Aucune description

Yasuhiro Matsumoto fea6c2c835 ssh: add ParsePrivateKeysWithPassphrase il y a 9 ans
acme 5a033cc77e acme/autocert: validate SNI value even more il y a 8 ans
bcrypt 6c586e17d9 bcrypt: fix C compatibility code il y a 8 ans
blake2b ab89591268 blake2b: fix self-assignment in test il y a 8 ans
blake2s 6e3a28fe26 blake2s: add 128-bit digest support. il y a 8 ans
blowfish 77f4136a99 go.crypto/blowfish: fix typo in docstring in cipher.go il y a 9 ans
bn256 3f77d69517 bn256: fix equations in comments il y a 9 ans
cast5 1fbbd62cfe crypto: add import comments. il y a 11 ans
chacha20poly1305 0fe963104e chacha20poly1305: fix style nits in variable names il y a 8 ans
cryptobyte 55a552f082 x/crypto/*: add import comment il y a 8 ans
curve25519 cd11541cdf curve25519: improve cswap il y a 8 ans
ed25519 c9aef117f5 x/crypto/ed25519: add package. il y a 9 ans
hkdf 1fbbd62cfe crypto: add import comments. il y a 11 ans
md4 1fbbd62cfe crypto: add import comments. il y a 11 ans
nacl e7ba826830 nacl/box: Add examples il y a 8 ans
ocsp e1a4589e7d ocsp: enhance errors for responses without a matching SingleResponse il y a 8 ans
openpgp 5b4074c2c4 all: fix some vet warnings il y a 9 ans
otr b8a2a83acf otr: add missing return on error path il y a 9 ans
pbkdf2 1fbbd62cfe crypto: add import comments. il y a 11 ans
pkcs12 459e265272 pkcs12: fix ToPEM to not ignore non-nil error from getSafeContents il y a 8 ans
poly1305 453249f01c poly1305: add burn-in test. il y a 9 ans
ripemd160 1fbbd62cfe crypto: add import comments. il y a 11 ans
salsa20 1705134e1b salsa20/salsa: eliminate unnecessary "callee save" prologue/epilogue il y a 9 ans
scrypt aa2481cbfe scrypt: fix broken example in documentation il y a 9 ans
sha3 77e80449e8 sha3: fix SP adjustment il y a 9 ans
ssh fea6c2c835 ssh: add ParsePrivateKeysWithPassphrase il y a 8 ans
tea e7913d6af1 x/crypto: add support for Tiny Encryption Algorithm (TEA) il y a 10 ans
twofish 1fbbd62cfe crypto: add import comments. il y a 11 ans
xtea 1fbbd62cfe crypto: add import comments. il y a 11 ans
xts 976dfd0a58 xts: fix incorrect length check il y a 8 ans
.gitattributes c89e568385 crypto: copying .gitattributes to all subrepositories il y a 11 ans
.gitignore 51bc81f679 convert .hgignore to .gitignore. il y a 11 ans
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository il y a 14 ans
CONTRIBUTING.md 1351f936d9 doc: add CONTRIBUTING.md il y a 11 ans
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository il y a 14 ans
LICENSE a1a1826210 LICENSE: add il y a 14 ans
PATENTS e0c50b633f go.crypto: add PATENTS file to the subrepo. il y a 13 ans
README 470549d502 go.crypto: initial code il y a 14 ans
codereview.cfg b7d6bf2c61 crypto: add codereview.cfg il y a 10 ans

README

This repository holds supplementary Go cryptography libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.