Removed comment section referring to Cloudflare's bn curve parameters

This commit is contained in:
Antoine Rondelet 2019-05-15 12:11:25 +01:00
parent 9b0d1b9ab2
commit 6d6d4120bd

View file

@ -13,7 +13,7 @@ func bigFromBase10(s string) *big.Int {
return n
}
// u is the BN parameter that determines the prime: 1868033³.
// u is the BN parameter
var u = bigFromBase10("4965661367192848881")
// Order is the number of elements in both G₁ and G₂: 36u⁴+36u³+18u²+6u+1.