golang.org/x/crypto/openpgp/packet.PublicKeyV3.e (field)
11 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key_v3.go#L35: n, e parsedMPI
public_key_v3.go#L46: e: fromBig(big.NewInt(int64(pub.E))),
public_key_v3.go#L83: fingerPrint.Write(pk.e.bytes)
public_key_v3.go#L94: if pk.e.bytes, pk.e.bitLength, err = readMPI(r); err != nil {
public_key_v3.go#L103: if len(pk.e.bytes) > 3 {
public_key_v3.go#L108: for i := 0; i < len(pk.e.bytes); i++ {
public_key_v3.go#L110: rsa.E |= int(pk.e.bytes[i])
public_key_v3.go#L124: pLength += 2 + uint16(len(pk.e.bytes))
public_key_v3.go#L139: length += 2 + len(pk.e.bytes)
public_key_v3.go#L178: return writeMPIs(w, pk.n, pk.e)
![]() |
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. |