25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api 5 yıl önce
..
acme Bump google.golang.org/api 5 yıl önce
argon2 Bump google.golang.org/api 5 yıl önce
bcrypt Bump google.golang.org/api 5 yıl önce
blake2b Bump google.golang.org/api 5 yıl önce
blake2s Bump google.golang.org/api 5 yıl önce
blowfish Bump google.golang.org/api 5 yıl önce
bn256 Bump google.golang.org/api 5 yıl önce
cast5 Major rewrite 7 yıl önce
chacha20poly1305 Bump google.golang.org/api 5 yıl önce
cryptobyte Bump google.golang.org/api 5 yıl önce
curve25519 Bump google.golang.org/api 5 yıl önce
ed25519 Bump google.golang.org/api 5 yıl önce
hkdf Major rewrite 7 yıl önce
internal Bump google.golang.org/api 5 yıl önce
md4 Bump google.golang.org/api 5 yıl önce
nacl Bump google.golang.org/api 5 yıl önce
ocsp Bump google.golang.org/api 5 yıl önce
openpgp Bump google.golang.org/api 5 yıl önce
otr Major rewrite 7 yıl önce
pbkdf2 Bump google.golang.org/api 5 yıl önce
pkcs12 Bump google.golang.org/api 5 yıl önce
poly1305 Bump google.golang.org/api 5 yıl önce
ripemd160 Bump google.golang.org/api 5 yıl önce
salsa20 Bump google.golang.org/api 5 yıl önce
scrypt Bump google.golang.org/api 5 yıl önce
sha3 Bump google.golang.org/api 5 yıl önce
ssh Bump google.golang.org/api 5 yıl önce
tea Bump google.golang.org/api 5 yıl önce
twofish Bump google.golang.org/api 5 yıl önce
xtea Bump google.golang.org/api 5 yıl önce
xts Bump google.golang.org/api 5 yıl önce
.gitattributes Major rewrite 7 yıl önce
.gitignore Major rewrite 7 yıl önce
AUTHORS Bump google.golang.org/api 5 yıl önce
CONTRIBUTING.md Bump google.golang.org/api 5 yıl önce
CONTRIBUTORS Bump google.golang.org/api 5 yıl önce
LICENSE Major rewrite 7 yıl önce
PATENTS Major rewrite 7 yıl önce
README.md Bump google.golang.org/api 5 yıl önce
codereview.cfg Major rewrite 7 yıl önce

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.