Enum chaskey::core::ChaskeyLTS [] [src]

pub enum ChaskeyLTS {}

The Chaskey-LTS permutation (16 rounds).

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

Trait Implementations

impl Permutation for ChaskeyLTS
[src]

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

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