Skip to content

Commit

Permalink
feat: basic encryption and identus integration example
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Nov 2, 2024
1 parent 9183ede commit 28241ea
Show file tree
Hide file tree
Showing 24 changed files with 5,472 additions and 6,491 deletions.
298 changes: 298 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ console = "0.15.8"
serde_json = "1.0.111"
web-sys = { version = "0.3.69", features = ["console", "Window","Request", "Response"] }
wasm-bindgen-test = {version="^0.3.42"}
sha2 = "0.11.0-pre.4"
base64 = "0.22.1"
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
rand = "0.9.0-alpha.2"
getrandom = { version = "0.2", features = ["js"] }

[package.metadata.wasm-bindgen]
typescript = true
Expand Down
Loading

0 comments on commit 28241ea

Please sign in to comment.