zig/std/crypto
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
md5.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
poly1305.zig
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
throughput_test.zig
x25519.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00