type golang.org/x/crypto/openpgp/packet.OnePassSignature
7 uses
golang.org/x/crypto/openpgp/packet (current package)
one_pass_signature.go#L18: type OnePassSignature struct {
one_pass_signature.go#L28: func (ops *OnePassSignature) parse(r io.Reader) (err error) {
one_pass_signature.go#L53: func (ops *OnePassSignature) Serialize(w io.Writer) error {
packet.go#L372: p = new(OnePassSignature)
golang.org/x/crypto/openpgp
read.go#L133: case *packet.Compressed, *packet.LiteralData, *packet.OnePassSignature:
read.go#L245: case *packet.OnePassSignature:
write.go#L216: ops := &packet.OnePassSignature{
![]() |
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. |