crypto/elliptic.CurveParams.BitSize (field)
16 uses
crypto/elliptic (current package)
elliptic.go#L112: byteLen := (curve.Params().BitSize + 7) / 8
elliptic.go#L128: byteLen := (curve.Params().BitSize + 7) / 8
elliptic.go#L158: byteLen := (curve.Params().BitSize + 7) / 8
elliptic.go#L185: byteLen := (curve.Params().BitSize + 7) / 8
nistec.go#L20: BitSize: 224,
nistec.go#L37: BitSize: 256,
nistec.go#L54: BitSize: 384,
nistec.go#L76: BitSize: 521,
nistec.go#L145: if x.BitLen() > curve.params.BitSize || y.BitLen() > curve.params.BitSize {
nistec.go#L149: byteLen := (curve.params.BitSize + 7) / 8
nistec.go#L164: byteLen := (curve.params.BitSize + 7) / 8
nistec.go#L239: byteLen := (curve.params.BitSize + 7) / 8
params.go#L20: BitSize int // the size of the underlying field
crypto/ecdsa
ecdsa.go#L606: bitSize := curve.Params().BitSize
ecdsa.go#L629: byteLen := (curve.Params().BitSize + 7) / 8
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)