Skip to content

Commit

Permalink
Refactor CipherSeed with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Oct 27, 2022
1 parent 5b0eb04 commit fc39869
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 166 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion base_layer/key_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", tag = "
tari_utilities = { git = "https://github.com/tari-project/tari_utilities.git", tag="v0.4.7" }

arrayvec = "0.7.1"
argon2 = { version = "0.2", features = ["std"] }
argon2 = { version = "0.4", features = ["std", "alloc"] }
blake2 = "0.9.1"
chacha20 = "0.7.1"
console_error_panic_hook = { version = "0.1.7", optional = true }
Expand All @@ -35,6 +35,7 @@ strum_macros = "0.22"
strum = { version = "0.22", features = ["derive"] }
wasm-bindgen = { version = "0.2", features = ["serde-serialize", "nightly"], optional = true }
zeroize = "1"
subtle = "2.4.1"

[dev-dependencies]
sha2 = "0.9.8"
Expand Down
Loading

0 comments on commit fc39869

Please sign in to comment.