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:
Luke Parker
2022-06-27 09:02:21 -04:00
parent 020d246b8f
commit 7b70baaa96
5 changed files with 28 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ serde_json = "1.0"
curve25519-dalek = { version = "3", features = ["std"] }
blake2 = "0.10"
transcript = { package = "transcript-trait", path = "../crypto/transcript", features = ["recommended"] }
transcript = { package = "flexible-transcript", path = "../crypto/transcript", features = ["recommended"] }
dalek-ff-group = { path = "../crypto/dalek-ff-group" }
frost = { package = "modular-frost", path = "../crypto/frost" }