mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 06:59:24 +00:00
Finish routing the eVRF functionality
Still needs errors and serialization, along with a few other TODOs.
This commit is contained in:
@@ -68,6 +68,7 @@ pub struct Generators<C: Ciphersuite> {
|
||||
|
||||
/// A batch verifier of proofs.
|
||||
#[must_use]
|
||||
#[derive(Clone)]
|
||||
pub struct BatchVerifier<C: Ciphersuite> {
|
||||
g: C::F,
|
||||
h: C::F,
|
||||
|
||||
Reference in New Issue
Block a user