fn Blake2s(comptime out_bits: usize) type

Parameters

out_bits: usize,

Fields

h: [8]u32,
t: u64,
buf: [64]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.

fn writer(self: *Self) Writer

No documentation provided.

Values

Writer
undefined
block_length
comptime_int
digest_length
type
key_length
comptime_int
key_length_max
comptime_int
key_length_min
comptime_int

Error Sets