1
0
mirror of https://github.com/golang/go synced 2024-10-07 13:31:26 -06:00
go/src/pkg/crypto
Russ Cox 0c54225b51 remove nacl
The recent linker changes broke NaCl support
a month ago, and there are no known users of it.

The NaCl code can always be recovered from the
repository history.

R=adg, r
CC=golang-dev
https://golang.org/cl/3671042
2010-12-15 11:49:23 -05:00
..
aes crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
block utf8: make EncodeRune's destination the first argument. 2010-11-30 16:59:43 -05:00
blowfish crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00
cast5 crypto: add cast5 2010-11-03 10:39:15 -04:00
cipher crypto/cipher: add CFB and OCFB mode. 2010-11-19 16:17:58 -05:00
elliptic crypto/elliptic: remove mistakenly commited code 2010-12-08 15:01:53 -05:00
hmac gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
md4 use copy 2010-10-26 21:52:54 -07:00
md5 use copy 2010-10-26 21:52:54 -07:00
ocsp crypto/ocsp: update for asn1 change (fix build) 2010-09-24 13:08:35 -04:00
rand remove nacl 2010-12-15 11:49:23 -05:00
rc4 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
ripemd160 use copy 2010-10-26 21:52:54 -07:00
rsa gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
sha1 use copy 2010-10-26 21:52:54 -07:00
sha256 use copy 2010-10-26 21:52:54 -07:00
sha512 use copy 2010-10-26 21:52:54 -07:00
subtle gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
tls crypto/tls: use rand.Reader in cert generation example 2010-12-14 12:22:28 -05:00
x509 crypto/x509: policy OID support and fixes. 2010-11-11 15:50:40 -05:00
xtea crypto: switch block ciphers to detination first. 2010-11-03 10:43:43 -04:00