Function writer [src]

Prototype

pub fn writer(self: *Blake3) Writer

Parameters

self: *Blake3

Source

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