DoxigAlpha

initXof

Initialize the state for Ascon XOF

An Ascon state.

Functions

#
State
An Ascon state.

Source

Implementation

#
pub fn initXof() Self {
    return Self{ .st = Block{
        0xb57e273b814cd416,
        0x2b51042562ae2420,
        0x66a3a7768ddf2218,
        0x5aad0a7a8153650c,
        0x4f3e0e32539493b6,
    } };
}