crypto/elliptic.CurveParams.BitSize (field)
12 uses
crypto/elliptic (current package)
elliptic.go#L55: BitSize int // the size of the underlying field
elliptic.go#L364: byteLen := (curve.Params().BitSize + 7) / 8
elliptic.go#L379: byteLen := (curve.Params().BitSize + 7) / 8
elliptic.go#L390: byteLen := (curve.Params().BitSize + 7) / 8
elliptic.go#L413: byteLen := (curve.Params().BitSize + 7) / 8
p224.go#L33: BitSize: 224,
p256_asm.go#L47: p256.BitSize = 256
p384.go#L33: BitSize: 384,
p521.go#L33: BitSize: 521,
crypto/ecdsa
ecdsa.go#L131: b := make([]byte, params.BitSize/8+8) // TODO: use params.N.BitLen()
crypto/tls
key_schedule.go#L176: sharedKey := make([]byte, (curve.Params().BitSize+7)/8)
github.com/aws/aws-sdk-go-v2/internal/v4a
v4a.go#L109: bitLen := params.BitSize // Testing random candidates does not require an additional 64 bits
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)