mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 06:59:24 +00:00
Improve eVRF DKG
Updates how we calculcate verification shares, improves performance when extracting multiple sets of keys, and adds more to the test for it.
This commit is contained in:
@@ -54,7 +54,6 @@ pub(crate) struct EvrfProveResult<C: Ciphersuite> {
|
||||
}
|
||||
|
||||
/// The result of verifying an eVRF.
|
||||
#[derive(Clone)]
|
||||
pub(crate) struct EvrfVerifyResult<C: EvrfCurve> {
|
||||
/// The commitments to the coefficients for use in the DKG.
|
||||
pub(crate) coefficients: Vec<C::G>,
|
||||
|
||||
Reference in New Issue
Block a user