crypto/elliptic.CurveParams.N (field)
18 uses
crypto/elliptic (current package)
elliptic.go#L76: N := curve.Params().N
nistec.go#L23: N: bigFromDecimal("26959946667150639794667015087019625940457807714424391721682722368061"),
nistec.go#L44: N: bigFromDecimal("115792089210356248762697446949407573529996955224135760342422259061068512044369"),
nistec.go#L62: N: bigFromDecimal("394020061963944792122790401001436138050797392704654" +
nistec.go#L85: N: bigFromDecimal("68647976601306097149819007990813932172694353001433" +
nistec.go#L197: byteSize := (curve.params.N.BitLen() + 7) / 8
nistec.go#L203: s.Mod(s, curve.params.N)
nistec_p256.go#L19: if k.Cmp(c.params.N) >= 0 {
nistec_p256.go#L21: k = new(big.Int).Mod(k, c.params.N)
params.go#L17: N *big.Int // the order of the base point
crypto/ecdsa
ecdsa.go#L94: size := (k.Curve.Params().N.BitLen() + 7) / 8
ecdsa_legacy.go#L43: orderBits := c.Params().N.BitLen()
ecdsa_legacy.go#L104: N := c.Params().N
ecdsa_legacy.go#L167: N := c.Params().N
ecdsa_legacy.go#L202: N := c.Params().N
crypto/x509
sec1.go#L61: privateKey := make([]byte, (key.Curve.Params().N.BitLen()+7)/8)
sec1.go#L110: curveOrder := curve.Params().N
github.com/aws/aws-sdk-go-v2/internal/v4a
v4a.go#L62: nMinusTwoP256 = new(big.Int).SetBytes(p256.Params().N.Bytes())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)