fn initKdf(context: []const u8, options: KdfOptions) Blake3
[src]
Construct a new Blake3
for the key derivation function. The context string should be hardcoded, globally unique, and application-specific.
fn initKdf(context: []const u8, options: KdfOptions) Blake3
Construct a new Blake3
for the key derivation function. The context string should be hardcoded, globally unique, and application-specific.