• Joined on 2023-12-12
lee commented on issue herocode/sal#8 2025-05-16 14:04:43 +00:00
fix sals for vault

Code is on branch development_lee. There is 1 Vault type, which is the entry point. A vault can open a keyspace with a password.…

lee pushed to development_lee at herocode/sal 2025-05-16 13:20:07 +00:00
e5a4a1b634 Add tests for symmetric keys
7f55cf4fba Add tests for asymmetric keys, add public key export
Compare 2 commits »
lee pushed to development_lee at herocode/sal 2025-05-16 12:37:35 +00:00
365814b424 Fix signature key import/export, add tests
lee pushed to development_lee at herocode/sal 2025-05-16 09:25:04 +00:00
d29a8fbb67 Rename Store to Vault and move to lib root
lee pushed to development_lee at herocode/sal 2025-05-15 11:54:02 +00:00
2014c63b78 Remove old files
2adda10664 Basic API
Compare 2 commits »
lee pushed to development_lee at herocode/sal 2025-05-14 17:21:39 +00:00
7b1908b676 Use kvstore as backing
e9b867a36e Individiual methods for keystores
78c0fd7871 Define the global KeySpace interface
Compare 3 commits »
lee commented on issue herocode/sal#8 2025-05-13 15:47:01 +00:00
fix sals for vault

Compiling for wasm is hard in the current codebase as there are a lot of dependencies, some of which just don't work on wasm. To fix this, I'm moving the vault code to a separate module (created…

lee created branch development_lee in herocode/sal 2025-05-13 15:38:03 +00:00
lee pushed to development_lee at herocode/sal 2025-05-13 15:38:03 +00:00
e44ee83e74 Implement proper key types
dfe6c91273 Fix build issues
Compare 2 commits »