const golang.org/x/crypto/openpgp/packet.packetTypeEncryptedKey
5 uses
golang.org/x/crypto/openpgp/packet (current package)
encrypted_key.go#L120: serializeHeader(w, packetTypeEncryptedKey, 1 /* version */ +8 /* key id */ +1 /* algo */ +mpiLen)
encrypted_key.go#L174: err = serializeHeader(w, packetTypeEncryptedKey, packetLen)
encrypted_key.go#L195: err = serializeHeader(w, packetTypeEncryptedKey, packetLen)
packet.go#L318: packetTypeEncryptedKey packetType = 1
packet.go#L356: case packetTypeEncryptedKey:
![]() |
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. |