zig/std/crypto
Andrew Kelley 9d4eaf1e07
update std lib API for I/O
std.io.FileInStream -> std.os.File.InStream
std.io.FileInStream.init(file) -> file.inStream()
std.io.FileOutStream -> std.os.File.OutStream
std.io.FileOutStream.init(file) -> file.outStream()

remove a lot of error code possibilities from os functions

std.event.net.socketRead -> std.event.net.read
std.event.net.socketWrite -> std.event.net.write
add std.event.net.readv
add std.event.net.writev
add std.event.net.readvPosix
add std.event.net.writevPosix
add std.event.net.OutStream
add std.event.net.InStream

add std.event.io.InStream
add std.event.io.OutStream
2018-09-30 17:28:35 -04:00
..
blake2.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
chacha20.zig std/crypto: zig fmt 2018-08-31 18:45:45 +12:00
hmac.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
index.zig std/crypto: Clean up poly1305/x25519 2018-09-04 20:16:12 +12:00
md5.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
poly1305.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
sha1.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
sha2.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
sha3.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
test.zig run zig fmt on the codebase 2018-05-30 16:09:11 -04:00
throughput_test.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
x25519.zig fix zig fmt on windows 2018-09-12 14:26:21 -04:00