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.

Aegis128X2Mac

The Aegis128X2Mac message authentication function outputs 256 bit tags. In addition to being extremely fast, its large state, non-linearity and non-invertibility provides the following properties:

aegis.Aegis128X2Mac
pub const Aegis128X2Mac = AegisMac(Aegis128X2_256)

File

lib/std/crypto/aegis.zig:672

Code

pub const Aegis128X2Mac = AegisMac(Aegis128X2_256)