]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp/packet: add UserId packet type
authorAdam Langley <agl@golang.org>
Tue, 8 Feb 2011 02:40:33 +0000 (21:40 -0500)
committerAdam Langley <agl@golang.org>
Tue, 8 Feb 2011 02:40:33 +0000 (21:40 -0500)
commit1b8d373463194723e29ca261e39cf7c411770e7d
tree78141d70b9c46e7bf569c33daa8744dc3cdf995b
parente26b74152398adf6c932ddfbecec13b7131b3dae
crypto/openpgp/packet: add UserId packet type

This was split from CL 4124054

R=bradfitzgo
CC=golang-dev
https://golang.org/cl/4126057
src/pkg/crypto/openpgp/packet/userid.go [new file with mode: 0644]
src/pkg/crypto/openpgp/packet/userid_test.go [new file with mode: 0644]