Enum chaskey::core::Chaskey [] [src]

pub enum Chaskey {}

The original Chaskey permutation (8 rounds).

Note that this type is an empty enum; it's only used at the type level.

Trait Implementations

impl Permutation for Chaskey
[src]

fn permute(state: &mut [u32; 4])

fn invert(state: &mut [u32; 4])