Type Alias ring::aead::chacha20_poly1305::Key

source ·
pub type Key = Key;

Aliased Type§

struct Key {
    words: [u32; 8],
}

Fields§

§words: [u32; 8]