DoxigAlpha

hash

Function parameters

Parameters

#
bytes:[]const u8

Functions in this namespace

Functions

#

Source

Implementation

#
pub fn hash(bytes: []const u8) W {
    var c = Self.init();
    c.update(bytes);
    return c.final();
}