Structs

The Choice struct represents a choice for use in conditional assignment.
The CtOption<T> type represents an optional value similar to the Option<T> type but is intended for use in constant time APIs.
A best-effort constant-time number used for reducing branching based on secret information

Traits

A type which can be conditionally selected in constant time.
An Eq-like trait that produces a Choice instead of a bool.