structstd.crypto.dh[src]

Diffie-Hellman key exchange functions.

Source Code

Source code
pub const dh = struct {
    pub const X25519 = @import("crypto/25519/x25519.zig").X25519;
}