shake 0.1.0

Implementation of the SHAKE family of extendable-output functions (XOFs)
Documentation
1
2
3
4
5
6
//! Basic tests
use digest::dev::xof_reset_test;
use digest::new_test;

new_test!(shake128_kat, shake::Shake128, xof_reset_test);
new_test!(shake256_kat, shake::Shake256, xof_reset_test);