1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/pkg/crypto
Adam Langley acc284d847 crypto/openpgp: add ability to reserialize keys.
This changes Signature so that parsed signatures can be reserialized
exactly. With this ability we can add Serialize to Entity and also the
ability to sign other public keys.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4627084
2011-07-01 13:53:12 -04:00
..
aes crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
blowfish crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
cast5 os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
cipher crypto/openpgp: add support for symmetrically encrypting files. 2011-06-01 15:23:22 -04:00
des crypto/des: cleanups 2011-04-05 15:40:48 -04:00
dsa os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
ecdsa crypto/ecdsa, crypto/rsa: use io.ReadFull to read from random source. 2011-04-05 17:11:31 -04:00
elliptic pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
hmac pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
md4 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
md5 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ocsp reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
openpgp crypto/openpgp: add ability to reserialize keys. 2011-07-01 13:53:12 -04:00
rand windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
rc4 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
ripemd160 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
rsa os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
sha1 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
sha256 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
sha512 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
subtle pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
tls os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
twofish crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
x509 reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
xtea crypto: replace "crypto/block" with "crypto/cipher" in comments 2011-06-27 09:16:42 -04:00
crypto.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
Makefile crypto: add package. 2011-02-01 11:02:48 -05:00