Commit 60d1e675d2

Frank Denis <github@pureftpd.org>
2020-10-08 14:41:18
aes/aesni is not based on a Go implementation, only aes/soft is
Don't blame them for our bugs :)
1 parent f39dc00
Changed files (1)
lib
std
crypto
lib/std/crypto/aes/aesni.zig
@@ -3,7 +3,6 @@
 // This file is part of [zig](https://ziglang.org/), which is MIT licensed.
 // The MIT license requires this copyright notice to be included in all copies
 // and substantial portions of the software.
-// Based on Go stdlib implementation
 
 const std = @import("../../std.zig");
 const mem = std.mem;