golang.org/x/crypto/openpgp/packet.ecdsaKey.p (field)
8 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L46: p parsedMPI
public_key.go#L69: f.p.bytes, f.p.bitLength, err = readMPI(r)
public_key.go#L80: return writeMPIs(w, f.p)
public_key.go#L94: x, y := elliptic.Unmarshal(c, f.p.bytes)
public_key.go#L102: return 1 + len(f.oid) + 2 + len(f.p.bytes)
public_key.go#L246: pk.ec.p.bytes = elliptic.Marshal(pub.Curve, pub.X, pub.Y)
public_key.go#L252: pk.ec.p.bitLength = uint16(3 + fieldBytes + fieldBytes)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |