Rename dleq-serai to dleq

This commit is contained in:
Luke Parker
2022-07-30 18:35:39 -04:00
parent aeb85b47ba
commit 8f76e67f57
4 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ multiexp = { path = "../../crypto/multiexp" }
transcript = { package = "flexible-transcript", path = "../../crypto/transcript", features = ["recommended"], optional = true }
frost = { package = "modular-frost", path = "../../crypto/frost", features = ["ed25519"], optional = true }
dleq = { package = "dleq-serai", path = "../../crypto/dleq", features = ["serialize"], optional = true }
dleq = { path = "../../crypto/dleq", features = ["serialize"], optional = true }
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }