golang.org/x/crypto/openpgp/packet.SymmetricallyEncrypted.MDC (field)
5 uses
golang.org/x/crypto/openpgp/packet (current package)
packet.go#L402: se.MDC = true
symmetrically_encrypted.go#L21: MDC bool // true iff this is a type 18 packet and thus has an embedded MAC.
symmetrically_encrypted.go#L29: if se.MDC {
symmetrically_encrypted.go#L67: if se.MDC {
symmetrically_encrypted.go#L79: if se.MDC {
![]() |
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. |