Blake2 Yet Another
The BLAKE2 cryptographic hash and message authentication code.
[]
= "0.9"
Example
let mut p = blake2b_params;
p.digest;
let mut h = blake2b;
h.update;
let mut r = ;
h.digest;
let e = ;
assert_eq!;
The BLAKE2 cryptographic hash and message authentication code.
[]
= "0.9"
let mut p = blake2b_params;
p.digest;
let mut h = blake2b;
h.update;
let mut r = ;
h.digest;
let e = ;
assert_eq!;