jason 075d766964 first 3 yıl önce
..
acme 075d766964 first 3 yıl önce
argon2 075d766964 first 3 yıl önce
bcrypt 075d766964 first 3 yıl önce
blake2b 075d766964 first 3 yıl önce
blake2s 075d766964 first 3 yıl önce
blowfish 075d766964 first 3 yıl önce
bn256 075d766964 first 3 yıl önce
cast5 075d766964 first 3 yıl önce
chacha20poly1305 075d766964 first 3 yıl önce
cryptobyte 075d766964 first 3 yıl önce
curve25519 075d766964 first 3 yıl önce
ed25519 075d766964 first 3 yıl önce
hkdf 075d766964 first 3 yıl önce
internal 075d766964 first 3 yıl önce
md4 075d766964 first 3 yıl önce
nacl 075d766964 first 3 yıl önce
ocsp 075d766964 first 3 yıl önce
openpgp 075d766964 first 3 yıl önce
otr 075d766964 first 3 yıl önce
pbkdf2 075d766964 first 3 yıl önce
pkcs12 075d766964 first 3 yıl önce
poly1305 075d766964 first 3 yıl önce
ripemd160 075d766964 first 3 yıl önce
salsa20 075d766964 first 3 yıl önce
scrypt 075d766964 first 3 yıl önce
sha3 075d766964 first 3 yıl önce
ssh 075d766964 first 3 yıl önce
tea 075d766964 first 3 yıl önce
twofish 075d766964 first 3 yıl önce
xtea 075d766964 first 3 yıl önce
xts 075d766964 first 3 yıl önce
.gitattributes 075d766964 first 3 yıl önce
.gitignore 075d766964 first 3 yıl önce
AUTHORS 075d766964 first 3 yıl önce
CONTRIBUTING.md 075d766964 first 3 yıl önce
CONTRIBUTORS 075d766964 first 3 yıl önce
LICENSE 075d766964 first 3 yıl önce
PATENTS 075d766964 first 3 yıl önce
README.md 075d766964 first 3 yıl önce
codereview.cfg 075d766964 first 3 yıl önce
go.mod 075d766964 first 3 yıl önce
go.sum 075d766964 first 3 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.