[][src]Trait sapling_crypto_ce::poseidon::SBox

pub trait SBox<E: Engine>: Sized {
    fn apply(elements: &mut [E::Fr]);
}

Required methods

fn apply(elements: &mut [E::Fr])

Loading content...

Implementors

impl<E: Engine> SBox<E> for CubicSBox<E>[src]

impl<E: Engine> SBox<E> for InversionSBox<E>[src]

impl<E: Engine> SBox<E> for QuinticSBox<E>[src]

Loading content...