Implement proper key types

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-05-13 17:37:33 +02:00
parent dfe6c91273
commit e44ee83e74
43 changed files with 4180 additions and 7 deletions

2
vault/.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ['--cfg', 'getrandom_backend="wasm_js"']