mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
Remove explicit comptime
This commit is contained in:
parent
446597bd3c
commit
adf3d00e87
@ -72,7 +72,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user