keccakf 0.2.1

An implementation of the keccak-F[1600,800,400,200].
Documentation
1
2
3
4
/// Trait for Permutation
pub trait Permutation {
    fn permute(&mut self);
}