DoxigAlpha

writer

Function parameters

Parameters

#
self:*Blake3

An incremental hasher that can accept any number of writes.

Types

#
Blake3
An incremental hasher that can accept any number of writes.

Source

Implementation

#
pub fn writer(self: *Blake3) Writer {
    return .{ .context = self };
}