Module orion::utilities::util[][src]

Utility functions such as constant time comparison.

Functions

compare_ct

Compare two equal length slices in constant time, using the subtle crate.

gen_rand_key

Fill dst with random bytes. This uses rand's OsRng. Length of dst must be >= 1.