mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Rename transcript-trait to flexible-transcript
It offers the trait for flexibility, yet it also offers an incredibly competent (and logical) transcript format, along with a Merlin wrapper.
This commit is contained in:
@@ -23,7 +23,7 @@ curve25519-dalek = { version = "3", features = ["std"] }
|
||||
group = { version = "0.12", optional = true }
|
||||
|
||||
dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
|
||||
transcript = { package = "transcript-trait", path = "../../crypto/transcript", features = ["recommended"], optional = true }
|
||||
transcript = { package = "flexible-transcript", path = "../../crypto/transcript", features = ["recommended"], optional = true }
|
||||
frost = { package = "modular-frost", path = "../../crypto/frost", features = ["ed25519"], optional = true }
|
||||
|
||||
monero = "0.16"
|
||||
|
||||
Reference in New Issue
Block a user