Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

Aegis256Mac

The Aegis256Mac message authentication function has a 256-bit key size, and outputs 256 bit tags. The key size is the main practical difference with Aegis128LMac. AEGIS' large state, non-linearity and non-invertibility provides the following properties:

aegis.Aegis256Mac
pub const Aegis256Mac = AegisMac(Aegis256_256)

File

lib/std/crypto/aegis.zig:714

Code

pub const Aegis256Mac = AegisMac(Aegis256_256)