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.

MlKem1024P384

ML-KEM-1024 combined with NIST P-384. Targets approximately 192-bit post-quantum security level.

hybrid_kem.MlKem1024P384
pub const MlKem1024P384 = HybridKem(.

File

lib/std/crypto/hybrid_kem.zig:59

Code

pub const MlKem1024P384 = HybridKem(.{
    .name = "MLKEM1024-P384",
    .label = "MLKEM1024-P384",
    .PqKem = ml_kem.MLKem1024,
    .Group = P384Group,
    .pq_nseed = 64,
    .Nseed = 32,
    .Nek = 1665,
    .Ndk = 32,
    .Nct = 1665,
    .Nss = 32,
})