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.

Aes128Ccm0

AES-128-CCM* with no authentication (encryption-only, 13-byte nonce).

aes_ccm.Aes128Ccm0
pub const Aes128Ccm0 = AesCcm(crypto.core.aes.Aes128, 0, 13)

File

lib/std/crypto/aes_ccm.zig:17

Code

pub const Aes128Ccm0 = AesCcm(crypto.core.aes.Aes128, 0, 13)