zig/lib/std/crypto
Andrew Kelley 47f06be369
string literals are now null terminated
this also deletes C string literals from the language, and then makes
the std lib changes and compiler changes necessary to get the behavior
tests and std lib tests passing again.
2019-11-21 20:43:41 -05:00
..
aes.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
benchmark.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
blake2.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
chacha20.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
gimli.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
hmac.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
md5.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
poly1305.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
sha1.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
sha2.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
sha3.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
test.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
x25519.zig string literals are now null terminated 2019-11-21 20:43:41 -05:00