Add Ristretto eVRF trait impls

This commit is contained in:
Luke Parker
2024-07-28 15:33:45 -04:00
parent a6775d7dc5
commit c5cc0dc883
3 changed files with 8 additions and 1 deletions

View File

@@ -95,5 +95,6 @@ evrf = [
]
evrf-secp256k1 = ["evrf", "ciphersuite/secp256k1", "secq256k1"]
evrf-ed25519 = ["evrf", "ciphersuite/ed25519", "embedwards25519"]
evrf-ristretto = ["evrf", "ciphersuite/ristretto", "embedwards25519"]
tests = ["rand_core/getrandom"]
default = ["std"]