Function update [src]
Add new content to the message to be verified.
Prototype
pub fn update(self: *Verifier, msg: []const u8) void Parameters
self: *Verifiermsg: []const u8 Source
pub fn update(self: *Verifier, msg: []const u8) void {
self.h.update(msg);
}