macro_rules! digest {
($hex:expr) => { ... };
}Expand description
Construct a new Digest from a hex value.
Expects a ‘0x’ prefixed hex string followed by up to 64 hex digits.
macro_rules! digest {
($hex:expr) => { ... };
}Construct a new Digest from a hex value.
Expects a ‘0x’ prefixed hex string followed by up to 64 hex digits.