[][src]Trait eva_crypto::generic::Permutation

pub trait Permutation {
    fn sub_sbox(&self, sbox: &[u8]) -> Self;
}

Required methods

fn sub_sbox(&self, sbox: &[u8]) -> Self

Loading content...

Implementors

impl Permutation for u8x4[src]

impl Permutation for u8x4x4[src]

Loading content...