This commit is contained in:
jaina heartles 2022-10-03 19:41:59 -07:00
parent e227a3de0f
commit 955df7b044
20 changed files with 1181 additions and 745 deletions

View file

@ -7,6 +7,12 @@
- System libraries
* `sqlite3`
NOTE: compilation is broken right now because of:
https://github.com/ziglang/zig/issues/12240
for a temporary fix, rebuild zig after changing `$stdlibdir/crypto/scrypt.zig:465` to use `default_salt_len` instead of `salt_bin.len`
### Commands
To build a binary: `zig build`