]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp/packet: add public key support
authorAdam Langley <agl@golang.org>
Fri, 4 Feb 2011 14:00:17 +0000 (09:00 -0500)
committerAdam Langley <agl@golang.org>
Fri, 4 Feb 2011 14:00:17 +0000 (09:00 -0500)
commit4a14bc524bbcf401e4d7a8cc54566605bda4b4d1
treec1e516d7c3e1509a43aa1cc55714c5b7ab6debee
parent459da21603b965c7e2814d5012c361ce7c6e87c4
crypto/openpgp/packet: add public key support

Note that DSA public key support is nascent and the verification
functions clearly don't support it yet. I'm intending to get RSA keys
working first.

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