authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2020-10-08 14:41:18+02:00
committergravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2020-10-08 14:55:11+02:00
log60d1e675d2b9c45c88fc01790205a64db6a43627
treed69b58aca5c173534851d9de02f39f6211dec501
parentf39dc00ed467dd34999f71adf560b71383755a80

aes/aesni is not based on a Go implementation, only aes/soft is

Don't blame them for our bugs :)

1 files changed, 0 insertions(+), 1 deletions(-)

lib/std/crypto/aes/aesni.zig-1
...@@ -3,7 +3,6 @@...@@ -3,7 +3,6 @@
3// This file is part of [zig](https://ziglang.org/), which is MIT licensed.3// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
4// The MIT license requires this copyright notice to be included in all copies4// The MIT license requires this copyright notice to be included in all copies
5// and substantial portions of the software.5// and substantial portions of the software.
6// Based on Go stdlib implementation
76
8const std = @import("../../std.zig");7const std = @import("../../std.zig");
9const mem = std.mem;8const mem = std.mem;