fn expand(out: []u8, ctx: []const u8, prk: [prk_length]u8) void
[src]
Derive a subkey from a master key prk
and a subkey description ctx
.
fn expand(out: []u8, ctx: []const u8, prk: [prk_length]u8) void
Derive a subkey from a master key prk
and a subkey description ctx
.