zig/lib/std/crypto
Andrew Kelley 5575e2a168
std.mem.compare: breaking API changes
* `std.mem.Compare` is now `std.math.Order` and the enum tags
   renamed to follow new style convention.
 * `std.mem.compare` is renamed to `std.mem.order`.
 * new function `std.math.order`
2020-01-01 18:08:40 -05:00
..
aes.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
benchmark.zig std.fmt.format: tuple parameter instead of var args 2019-12-08 22:53:51 -05:00
blake2.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
chacha20.zig std.mem.compare: breaking API changes 2020-01-01 18:08:40 -05:00
gimli.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
hmac.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
md5.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
poly1305.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
sha1.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
sha2.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
sha3.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
test.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
x25519.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00