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.

Parameters

context: []const u8,
options: KdfOptions,