Skip to main content

Module crypto

Module crypto 

Source
Expand description

Cryptographic utilities for AmateRS.

Re-exports§

pub use constant_time::constant_time_eq;
pub use constant_time::constant_time_select;
pub use constant_time::constant_time_select_slice;

Modules§

constant_time
Constant-time comparison and selection primitives.