crypto/elliptic.CurveParams.N (field)
15 uses
crypto/elliptic (current package)
elliptic.go#L76: N := curve.Params().N
nistec.go#L23: N: bigFromDecimal("26959946667150639794667015087019625940457807714424391721682722368061"),
nistec.go#L40: N: bigFromDecimal("115792089210356248762697446949407573529996955224135760342422259061068512044369"),
nistec.go#L58: N: bigFromDecimal("394020061963944792122790401001436138050797392704654" +
nistec.go#L81: N: bigFromDecimal("68647976601306097149819007990813932172694353001433" +
nistec.go#L193: byteSize := (curve.params.N.BitLen() + 7) / 8
nistec.go#L199: s.Mod(s, curve.params.N)
params.go#L17: N *big.Int // the order of the base point
crypto/ecdsa
ecdsa.go#L581: if priv.D.BitLen() > priv.Curve.Params().N.BitLen() {
ecdsa.go#L588: size := (priv.Curve.Params().N.BitLen() + 7) / 8
ecdsa_legacy.go#L43: orderBits := c.Params().N.BitLen()
ecdsa_legacy.go#L109: N := c.Params().N
ecdsa_legacy.go#L172: N := c.Params().N
ecdsa_legacy.go#L207: N := c.Params().N
crypto/x509
sec1.go#L112: size := (curve.Params().N.BitLen() + 7) / 8
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |