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.

MlKem768P256

ML-KEM-768 combined with NIST P-256. Targets approximately 128-bit post-quantum security level.

hybrid_kem.MlKem768P256
pub const MlKem768P256 = HybridKem(.

File

lib/std/crypto/hybrid_kem.zig:44

Code

pub const MlKem768P256 = HybridKem(.{
    .name = "MLKEM768-P256",
    .label = "MLKEM768-P256",
    .PqKem = ml_kem.MLKem768,
    .Group = P256Group,
    .pq_nseed = 64,
    .Nseed = 32,
    .Nek = 1249,
    .Ndk = 32,
    .Nct = 1153,
    .Nss = 32,
})