Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api il y a 5 ans
..
acme Bump google.golang.org/api il y a 5 ans
argon2 Bump google.golang.org/api il y a 5 ans
bcrypt Bump google.golang.org/api il y a 5 ans
blake2b Bump google.golang.org/api il y a 5 ans
blake2s Bump google.golang.org/api il y a 5 ans
blowfish Bump google.golang.org/api il y a 5 ans
bn256 Bump google.golang.org/api il y a 5 ans
cast5 Major rewrite il y a 7 ans
chacha20poly1305 Bump google.golang.org/api il y a 5 ans
cryptobyte Bump google.golang.org/api il y a 5 ans
curve25519 Bump google.golang.org/api il y a 5 ans
ed25519 Bump google.golang.org/api il y a 5 ans
hkdf Major rewrite il y a 7 ans
internal Bump google.golang.org/api il y a 5 ans
md4 Bump google.golang.org/api il y a 5 ans
nacl Bump google.golang.org/api il y a 5 ans
ocsp Bump google.golang.org/api il y a 5 ans
openpgp Bump google.golang.org/api il y a 5 ans
otr Major rewrite il y a 7 ans
pbkdf2 Bump google.golang.org/api il y a 5 ans
pkcs12 Bump google.golang.org/api il y a 5 ans
poly1305 Bump google.golang.org/api il y a 5 ans
ripemd160 Bump google.golang.org/api il y a 5 ans
salsa20 Bump google.golang.org/api il y a 5 ans
scrypt Bump google.golang.org/api il y a 5 ans
sha3 Bump google.golang.org/api il y a 5 ans
ssh Bump google.golang.org/api il y a 5 ans
tea Bump google.golang.org/api il y a 5 ans
twofish Bump google.golang.org/api il y a 5 ans
xtea Bump google.golang.org/api il y a 5 ans
xts Bump google.golang.org/api il y a 5 ans
.gitattributes Major rewrite il y a 7 ans
.gitignore Major rewrite il y a 7 ans
AUTHORS Bump google.golang.org/api il y a 5 ans
CONTRIBUTING.md Bump google.golang.org/api il y a 5 ans
CONTRIBUTORS Bump google.golang.org/api il y a 5 ans
LICENSE Major rewrite il y a 7 ans
PATENTS Major rewrite il y a 7 ans
README.md Bump google.golang.org/api il y a 5 ans
codereview.cfg Major rewrite il y a 7 ans

README.md

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/crypto/.... You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.

Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.