constanttime

package standard library
go1.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ByteEq

func ByteEq(x, y uint8) int

ByteEq returns 1 if x == y and 0 otherwise.

func Eq

func Eq(x, y int32) int

Eq returns 1 if x == y and 0 otherwise.

func LessOrEq

func LessOrEq(x, y int) int

LessOrEq returns 1 if x <= y and 0 otherwise. Its behavior is undefined if x or y are negative or > 2**31 - 1.

func Select

func Select(v, x, y int) int

Select returns x if v == 1 and y if v == 0. Its behavior is undefined if v takes any other value.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL