mirror of https://github.com/zcash/zcash.git
Fix typo
This commit is contained in:
parent
be262f065f
commit
6485c90843
|
@ -34,7 +34,7 @@ std::istream& operator>>(std::istream &, Fp_model<n, modulus> &);
|
||||||
* The implementation is mostly a wrapper around GMP's MPN (constant-size integers).
|
* The implementation is mostly a wrapper around GMP's MPN (constant-size integers).
|
||||||
* But for the integer sizes of interest for libsnark (3 to 5 limbs of 64 bits each),
|
* But for the integer sizes of interest for libsnark (3 to 5 limbs of 64 bits each),
|
||||||
* we implement performance-critical routines, like addition and multiplication,
|
* we implement performance-critical routines, like addition and multiplication,
|
||||||
* using hand-optimzied assembly code.
|
* using hand-optimized assembly code.
|
||||||
*/
|
*/
|
||||||
template<mp_size_t n, const bigint<n>& modulus>
|
template<mp_size_t n, const bigint<n>& modulus>
|
||||||
class Fp_model {
|
class Fp_model {
|
||||||
|
|
Loading…
Reference in New Issue