Skip to content

Commit 60d1e67

Browse files
committed
aes/aesni is not based on a Go implementation, only aes/soft is
Don't blame them for our bugs :)
1 parent f39dc00 commit 60d1e67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/crypto/aes/aesni.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
44
// The MIT license requires this copyright notice to be included in all copies
55
// and substantial portions of the software.
6-
// Based on Go stdlib implementation
76

87
const std = @import("../../std.zig");
98
const mem = std.mem;

0 commit comments

Comments
 (0)