mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
aes/aesni is not based on a Go implementation, only aes/soft is
Don't blame them for our bugs :)
This commit is contained in:
parent
f39dc00ed4
commit
60d1e675d2
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
|
// 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
|
// The MIT license requires this copyright notice to be included in all copies
|
||||||
// and substantial portions of the software.
|
// and substantial portions of the software.
|
||||||
// Based on Go stdlib implementation
|
|
||||||
|
|
||||||
const std = @import("../../std.zig");
|
const std = @import("../../std.zig");
|
||||||
const mem = std.mem;
|
const mem = std.mem;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue