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.

MlKem768X25519

ML-KEM-768 combined with X25519 (Curve25519) aka X-Wing. Targets approximately 128-bit post-quantum security level.

hybrid_kem.MlKem768X25519
pub const MlKem768X25519 = HybridKem(.

File

lib/std/crypto/hybrid_kem.zig:29

Code

pub const MlKem768X25519 = HybridKem(.{
    .name = "MLKEM768-X25519",
    .label = "\\.//^\\",
    .PqKem = ml_kem.MLKem768,
    .Group = X25519Group,
    .pq_nseed = 64,
    .Nseed = 32,
    .Nek = 1216,
    .Ndk = 32,
    .Nct = 1120,
    .Nss = 32,
})