golang.org/x/crypto/openpgp/packet.EncryptedKey.encryptedMPI2 (field)
6 uses
golang.org/x/crypto/openpgp/packet (current package)
encrypted_key.go#L29: encryptedMPI1, encryptedMPI2 parsedMPI
encrypted_key.go#L54: e.encryptedMPI2.bytes, e.encryptedMPI2.bitLength, err = readMPI(r)
encrypted_key.go#L87: c2 := new(big.Int).SetBytes(e.encryptedMPI2.bytes)
encrypted_key.go#L115: mpiLen = 2 + len(e.encryptedMPI1.bytes) + 2 + len(e.encryptedMPI2.bytes)
encrypted_key.go#L130: writeMPIs(w, e.encryptedMPI1, e.encryptedMPI2)
![]() |
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. |