asBytes
A representation of the state as bytes. The byte order is architecture-dependent.
Function parameters
Parameters
- self:*Self
An Ascon state.
Functions
- State
- An Ascon state.
Source
Implementation
pub fn asBytes(self: *Self) *[block_bytes]u8 {
return mem.asBytes(&self.st);
}