Skip to content

Commit

Permalink
Rename sign folder to crypto
Browse files Browse the repository at this point in the history
Inspired by #3 and #5.
  • Loading branch information
kayabaNerve committed May 3, 2022
1 parent 9ccf683 commit 87f38ca
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]

members = [
"sign/frost",
"sign/dalek-ff-group",
"crypto/frost",
"crypto/dalek-ff-group",
"coins/monero",
]
4 changes: 2 additions & 2 deletions coins/monero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ curve25519-dalek = { version = "3.2", features = ["std", "simd_backend"] }

ff = { version = "0.11", optional = true }
group = { version = "0.11", optional = true }
dalek-ff-group = { path = "../../sign/dalek-ff-group", optional = true }
frost = { path = "../../sign/frost", optional = true }
dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
frost = { path = "../../crypto/frost", optional = true }

# Locked to this specific patch version due to a bug we compensate for
monero = { version = "0.16.0", features = ["experimental"] }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 87f38ca

Please sign in to comment.