mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Restore whitespace
This commit is contained in:
parent
bc9d05e67b
commit
6226426be0
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ use super::{Coeff, ExtendedLagrangeCoeff, LagrangeCoeff, Polynomial, Rotation};
|
||||||
|
|
||||||
use ff::{Field, PrimeField};
|
use ff::{Field, PrimeField};
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
|
|
||||||
/// This structure contains precomputed constants and other details needed for
|
/// This structure contains precomputed constants and other details needed for
|
||||||
/// performing operations on an evaluation domain of size $2^k$ and an extended
|
/// performing operations on an evaluation domain of size $2^k$ and an extended
|
||||||
/// domain of size $2^{k} * j$ with $j \neq 0$.
|
/// domain of size $2^{k} * j$ with $j \neq 0$.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue