Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-15 02:33:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/std/crypto
History
Andrew Kelley b735764898
different array literal syntax when inferring the size
old syntax:  []i32{1, 2, 3}
new syntax: [_]i32{1, 2, 3}

closes #1797
2019-06-09 19:26:32 -04:00
..
blake2.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
chacha20.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
hmac.zig
rename std lib files to new convention
2019-03-02 16:46:04 -05:00
md5.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
poly1305.zig
rename std lib files to new convention
2019-03-02 16:46:04 -05:00
sha1.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
sha2.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
sha3.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
test.zig
rename std lib files to new convention
2019-03-02 16:46:04 -05:00
throughput_test.zig
starting to fix the regressions
2019-05-26 18:32:44 -04:00
x25519.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00