]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp: change PublicKey.Serialize to include the header.
authorAdam Langley <agl@golang.org>
Sat, 14 May 2011 23:13:12 +0000 (19:13 -0400)
committerAdam Langley <agl@golang.org>
Sat, 14 May 2011 23:13:12 +0000 (19:13 -0400)
commit4eb67563f64d634daf4b61ee6e7f7bc3b291c20a
treedbe94019d9e6853680f91dc48ff4d52e715f8ceb
parent816f4bb1d81e20fe1a9fff06b1cff7e69fb6e581
crypto/openpgp: change PublicKey.Serialize to include the header.

Signature.Serialize already does this and they should be consistent.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4521064
src/pkg/crypto/openpgp/packet/packet.go
src/pkg/crypto/openpgp/packet/public_key.go
src/pkg/crypto/openpgp/packet/public_key_test.go
src/pkg/crypto/openpgp/packet/signature.go