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.

kdf

Key derivation functions.

crypto.kdf
pub const kdf = struct

File

lib/std/crypto.zig:152

Code

pub const kdf = struct {
    pub const hkdf = @import("crypto/hkdf.zig");
}