fn Hmac(comptime Hash: type) type

Parameters

Hash: type,

Fields

o_key_pad: [Hash.block_length]u8,
hash: Hash,

Functions

fn create(out: *[mac_length]u8, msg: []const u8, key: []const u8) void

No documentation provided.

fn final(ctx: *Self, out: *[mac_length]u8) void

No documentation provided.

fn init(key: []const u8) Self

No documentation provided.

fn update(ctx: *Self, msg: []const u8) void

No documentation provided.

Values

key_length
undefined
key_length_min
comptime_int
mac_length
undefined