Skip to content

Commit

Permalink
Remove explicit comptime
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 20, 2020
1 parent 9b07cee commit b882e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/crypto/blake2.zig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub fn Blake2s(comptime out_len: usize) type {
buf_len: u8,

pub fn init() Self {
return comptime init_keyed("");
return init_keyed("");
}

pub fn init_keyed(key: []const u8) Self {
Expand Down

0 comments on commit b882e0a

Please sign in to comment.