Skip to content

Commit

Permalink
replace rest of salty with dalek
Browse files Browse the repository at this point in the history
update other deps
  • Loading branch information
mkj committed Jun 14, 2023
1 parent 9e5dac5 commit 3b48da8
Show file tree
Hide file tree
Showing 10 changed files with 436 additions and 479 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ cipher = { version = "0.4", features = ["zeroize"] }
subtle = { version = "2.4", default-features = false }
# ed25519/x25519
# fork allows hashing by parts (sign/verify from sshwire), and zeroize
# salty = { version = "0.2", git = "https://github.com/mkj/salty", branch = "sunset" }
salty = { version = "0.2", path = "/home/matt/3rd/rs/salty" }
ed25519-dalek = { version = "2.0.0-rc.2", default-features = false, features = ["zeroize", "rand_core", "hazmat"] }
x25519-dalek = { version = "2.0.0-rc.2", default-features = false, features = ["zeroize"] }
curve25519-dalek = { version = "4.0.0-rc.2", default-features = false, features = ["zeroize"] }
Expand Down Expand Up @@ -89,6 +87,6 @@ simplelog = { version = "0.12", features = ["test"] }


[patch.crates-io]
curve25519-dalek = { path = "/home/matt/3rd/rs/crypto/curve25519-dalek" }
x25519-dalek = { path = "/home/matt/3rd/rs/crypto/x25519-dalek" }
ed25519-dalek = { path = "/home/matt/3rd/rs/crypto/ed25519-dalek" }
curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek" }
x25519-dalek = { git = "https://github.com/dalek-cryptography/x25519-dalek" }
ed25519-dalek = { git = "https://github.com/mkj/ed25519-dalek", branch = "parts2" }
Loading

0 comments on commit 3b48da8

Please sign in to comment.