Rename FROST's official package name and update documentation

This commit is contained in:
Luke Parker
2022-06-19 05:21:22 -04:00
parent 06e37623d0
commit b4c1adcdfb
4 changed files with 11 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ blake2 = "0.10"
transcript = { path = "../crypto/transcript" }
dalek-ff-group = { path = "../crypto/dalek-ff-group" }
frost = { path = "../crypto/frost" }
frost = { package = "modular-frost", path = "../crypto/frost" }
monero = { version = "0.16", features = ["experimental"] }
monero-serai = { path = "../coins/monero", features = ["multisig"] }