]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp/packet: add basic routines
authorAdam Langley <agl@golang.org>
Thu, 3 Feb 2011 14:22:40 +0000 (09:22 -0500)
committerAdam Langley <agl@golang.org>
Thu, 3 Feb 2011 14:22:40 +0000 (09:22 -0500)
commit364cb831f725dea61738171003600c76950e5448
tree80bc5951cfa67c63ac7e1cda49ae183e71acfeea
parent2a2995cec82da870adb5f1b3f191b9b6bd968b92
crypto/openpgp/packet: add basic routines

Since nobody suggested major changes to the higher level API, I'm
splitting up the lower level code for review. This is the first of the
changes for the packet reading/writing code.

It deliberately doesn't include a Makefile because the package is
incomplete.

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