Make this a package in Zig's package manager.
Update for Zig 0.13.0-dev.351+64ef45eb0.
Updates for Zig 0.12 release
Update for a recent Zig master. Tested against 0.12.0-dev.3193+4ba4f94c
Update for 0.7+ change to waitpid
Update for latest zig master.
Fix crappy hacks, add test for segfault.
Update for new allocator interface.
Fix the stream API.
Update to support Zig 0.6
Add mem module for Sodium's secure memory functions.
Add crypto_sign for signatures and verification. Also refactored errors: they've been consolidated.
Naming conventions
zig fmt
Wrap crypto_box_easy and open_easy, as well as randombytes.
sourcehut reference
Use the same license as libsodium.
It's sodium, not salt.
Add secretstream support, using crypto_secretstream_xchacha20poly1305. TODO: Use actual I/O streams from io.InStream and io.OutStream.
Add a readme.