Trait magma::Sbox

source ·
pub trait Sbox {
    const NAME: &'static str;
    const SBOX: [[u8; 16]; 8];
}
Expand description

Trait for GOST 28147-89 cipher S-boxes

Required Associated Constants§

source

const NAME: &'static str

S-Box name

source

const SBOX: [[u8; 16]; 8]

Unexpanded S-box

Implementors§