fn Blake2b(comptime out_bits: usize) type

Parameters

out_bits: usize,

Fields

h: [8]u64,
t: u128,
buf: [128]u8,
buf_len: u8,

Types

Functions

fn final(d: *Self, out: *[digest_length]u8) void

No documentation provided.

fn hash(b: []const u8, out: *[digest_length]u8, options: Options) void

No documentation provided.

fn init(options: Options) Self

No documentation provided.

fn update(d: *Self, b: []const u8) void

No documentation provided.

Values

block_length
comptime_int
digest_length
type
key_length
comptime_int
key_length_max
comptime_int
key_length_min
comptime_int