[][src]Trait keccakf::Permutation

pub trait Permutation {
    fn permute(&mut self);
fn parameter(&self) -> PermutableParameter; }

Trait for Permutation

Required methods

fn permute(&mut self)

fn parameter(&self) -> PermutableParameter

Loading content...

Implementors

impl Permutation for KeccakF1600State[src]

impl Permutation for KeccakF200State[src]

impl Permutation for KeccakF400State[src]

impl Permutation for KeccakF800State[src]

Loading content...