Trait sha2_compress::Item[][src]

pub trait Item: UInt + Copy + Sized {
    type W: Array<Output = Self>;

    const K: Self::W;
    const BIG_S0: BigSigma;
    const BIG_S1: BigSigma;
    const SMALL_S0: SmallSigma;
    const SMALL_S1: SmallSigma;

    fn w(a: &Hash<Self>, b: &Hash<Self>) -> Self::W;
}

Associated Types

Associated Constants

Required methods

Implementations on Foreign Types

Implementors