const golang.org/x/crypto/openpgp/packet.encryptedKeyVersion
4 uses
golang.org/x/crypto/openpgp/packet (current package)
encrypted_key.go#L19: const encryptedKeyVersion = 3
encrypted_key.go#L38: if buf[0] != encryptedKeyVersion {
encrypted_key.go#L122: w.Write([]byte{encryptedKeyVersion})
encrypted_key.go#L143: buf[0] = encryptedKeyVersion
![]() |
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. |