Digital signature functions.
pub const sign = struct { pub const Ed25519 = @import("crypto/25519/ed25519.zig").Ed25519; pub const ecdsa = @import("crypto/ecdsa.zig"); }
Press escape to exit search and then '?' to see more options.