struct kem [src]

Key Encapsulation Mechanisms.

Members

Source

pub const kem = struct { pub const kyber_d00 = @import("crypto/ml_kem.zig").d00; pub const ml_kem = @import("crypto/ml_kem.zig").nist; pub const ml_kem_01 = @compileError("deprecated: final version of the specification has been published, use ml_kem instead"); }