Fixed remaining compilation issues
This commit is contained in:
parent
fc71c1a65b
commit
e594fab52f
6 changed files with 33 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ pub const Implementation = struct {
|
|||
hash: *const fn (buffer: []const u8, out: *[hash_len]u8) void,
|
||||
};
|
||||
|
||||
pub fn hash(buffer: []const u8, out: *[hash_len]u8) !void {
|
||||
pub fn hash(buffer: []const u8, out: *[hash_len]u8) void {
|
||||
Sha256.hash(buffer, out, .{});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue