]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp/packet: two more packet types.
authorAdam Langley <agl@golang.org>
Sat, 5 Feb 2011 17:06:42 +0000 (12:06 -0500)
committerAdam Langley <agl@golang.org>
Sat, 5 Feb 2011 17:06:42 +0000 (12:06 -0500)
commitc63a88072b581eb6f77087daced3bd1ed62d3ba3
tree50958c0e4ac4d46a886b8877e2a7b1d305e76bd1
parentd812e8c994a2ef15c0f2819581db51fa07fe5b05
crypto/openpgp/packet: two more packet types.

R=bradfitzgo, r
CC=golang-dev
https://golang.org/cl/4124054
src/pkg/crypto/openpgp/packet/compressed.go [new file with mode: 0644]
src/pkg/crypto/openpgp/packet/compressed_test.go [new file with mode: 0644]
src/pkg/crypto/openpgp/packet/private_key.go [new file with mode: 0644]
src/pkg/crypto/openpgp/packet/private_key_test.go [new file with mode: 0644]