Expand description
Define helpers for working with types in constant time.
Structs§
- CtByte
Array - 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.