golang.org/x/crypto/openpgp/packet.OnePassSignature.IsLast (field)
5 uses
golang.org/x/crypto/openpgp/packet (current package)
one_pass_signature.go#L23: IsLast bool
one_pass_signature.go#L48: ops.IsLast = buf[12] != 0
one_pass_signature.go#L64: if ops.IsLast {
golang.org/x/crypto/openpgp
read.go#L246: if !p.IsLast {
write.go#L221: IsLast: true,
![]() |
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. |