Add basic key management to the processor

This commit is contained in:
Luke Parker
2022-05-28 19:56:59 -04:00
parent e982908690
commit b5bdb545cc
5 changed files with 118 additions and 19 deletions

View File

@@ -22,9 +22,10 @@ curve25519-dalek = { version = "3", features = ["std"] }
ff = { version = "0.11", optional = true }
group = { version = "0.11", optional = true }
dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
transcript = { path = "../../crypto/transcript", optional = true }
frost = { path = "../../crypto/frost", optional = true }
dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
monero = { version = "0.16", features = ["experimental"] }