Correct various no_std definitions

This commit is contained in:
Luke Parker
2023-05-13 04:03:56 -04:00
parent f069567f12
commit 227176e4b8
8 changed files with 25 additions and 22 deletions

View File

@@ -23,11 +23,11 @@ ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, fea
multiexp = { path = "../../crypto/multiexp", default-features = false, features = ["batch"] }
# dleq = { path = "../../crypto/dleq" }
dleq = { path = "../../crypto/dleq", default-features = false }
schnorr-signatures = { path = "../../crypto/schnorr", default-features = false }
dkg = { path = "../../crypto/dkg", default-features = false }
# modular-frost = { path = "../../crypto/frost" }
# frost-schnorrkel = { path = "../../crypto/schnorrkel" }
# modular-frost = { path = "../../crypto/frost", default-features = false }
# frost-schnorrkel = { path = "../../crypto/schnorrkel", default-features = false }
monero-generators = { path = "../../coins/monero/generators", default-features = false, features = ["alloc"] }