Module constant_time
Expand description
Constant-time operations.
Functionsยง
- verify_
slices_ are_ equal - Returns
Ok(())
ifa == b
andErr(error::Unspecified)
otherwise.
Constant-time operations.
Ok(())
if a == b
and Err(error::Unspecified)
otherwise.