Module constant_time
Available on crate feature
crypto only.Expand description
Constant-time operations.
Functionsยง
- verify_
slices_ are_ equal - Returns
Ok(())ifa == bandErr(error::Unspecified)otherwise.
crypto only.Constant-time operations.
Ok(()) if a == b and Err(error::Unspecified) otherwise.