]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp: add package
authorAdam Langley <agl@golang.org>
Fri, 25 Feb 2011 01:19:53 +0000 (20:19 -0500)
committerAdam Langley <agl@golang.org>
Fri, 25 Feb 2011 01:19:53 +0000 (20:19 -0500)
commit6ca009f58d0d183360cb05cbca71227a712dae53
treea0813f480df225555156c7192ff1ee1056ef743b
parent27ccb41c4a12e10055e6654a4b26c35040bef98c
crypto/openpgp: add package

R=bradfitzgo
CC=golang-dev
https://golang.org/cl/3989052
src/pkg/Makefile
src/pkg/crypto/openpgp/Makefile [new file with mode: 0644]
src/pkg/crypto/openpgp/canonical_text.go [new file with mode: 0644]
src/pkg/crypto/openpgp/canonical_text_test.go [new file with mode: 0644]
src/pkg/crypto/openpgp/keys.go [new file with mode: 0644]
src/pkg/crypto/openpgp/packet/packet.go
src/pkg/crypto/openpgp/packet/public_key.go
src/pkg/crypto/openpgp/read.go [new file with mode: 0644]
src/pkg/crypto/openpgp/read_test.go [new file with mode: 0644]
src/pkg/crypto/openpgp/write.go [new file with mode: 0644]
src/pkg/crypto/openpgp/write_test.go [new file with mode: 0644]