mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 22:49:25 +00:00
Correct amount of yx coefficients, get processor key gen test to pass
This commit is contained in:
@@ -29,6 +29,7 @@ pub trait DivisorCurve: Group {
|
||||
/// Section 2 of the security proofs define this modulus.
|
||||
///
|
||||
/// This MUST NOT be overriden.
|
||||
// TODO: Move to an extension trait
|
||||
fn divisor_modulus() -> Poly<Self::FieldElement> {
|
||||
Poly {
|
||||
// 0 y**1, 1 y*2
|
||||
|
||||
Reference in New Issue
Block a user