c2_chacha

Type Alias Ietf

Source
pub type Ietf = ChaChaAny<U12, U10, O>;
Expand description

IETF RFC 7539 ChaCha. Unsuitable for messages longer than 256 GiB.

Aliased Type§

struct Ietf {
    pub state: Buffer,
    pub _nonce_size: UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>,
    pub _rounds: UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>,
    pub _is_x: O,
}

Fields§

§state: Buffer§_nonce_size: UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>§_rounds: UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>§_is_x: O