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.

Parameters

out: []u8,
ctx: []const u8,
prk: [prk_length]u8,