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.

CmacAes128

CMAC with AES-128 - RFC 4493 https://www.rfc-editor.org/rfc/rfc4493

cmac.CmacAes128
pub const CmacAes128 = Cmac(crypto.core.aes.Aes128)

File

lib/std/crypto/cmac.zig:6

Code

pub const CmacAes128 = Cmac(crypto.core.aes.Aes128)