Module ct

Source
Expand description

Define helpers for working with types in constant time.

Structs§

CtByteArray
A byte array of length N for which comparisons are performed in constant time.

Functions§

ct_lookup
Try to find an item in a slice without leaking where and whether the item was found.