fn update(self: *Blake3, input_slice: []const u8) void
Add input to the hash state. This can be called any number of times.
self: *Blake3,
input_slice: []const u8,