jason 075d766964 first 3 سال پیش
..
acme 075d766964 first 3 سال پیش
argon2 075d766964 first 3 سال پیش
bcrypt 075d766964 first 3 سال پیش
blake2b 075d766964 first 3 سال پیش
blake2s 075d766964 first 3 سال پیش
blowfish 075d766964 first 3 سال پیش
bn256 075d766964 first 3 سال پیش
cast5 075d766964 first 3 سال پیش
chacha20poly1305 075d766964 first 3 سال پیش
cryptobyte 075d766964 first 3 سال پیش
curve25519 075d766964 first 3 سال پیش
ed25519 075d766964 first 3 سال پیش
hkdf 075d766964 first 3 سال پیش
internal 075d766964 first 3 سال پیش
md4 075d766964 first 3 سال پیش
nacl 075d766964 first 3 سال پیش
ocsp 075d766964 first 3 سال پیش
openpgp 075d766964 first 3 سال پیش
otr 075d766964 first 3 سال پیش
pbkdf2 075d766964 first 3 سال پیش
pkcs12 075d766964 first 3 سال پیش
poly1305 075d766964 first 3 سال پیش
ripemd160 075d766964 first 3 سال پیش
salsa20 075d766964 first 3 سال پیش
scrypt 075d766964 first 3 سال پیش
sha3 075d766964 first 3 سال پیش
ssh 075d766964 first 3 سال پیش
tea 075d766964 first 3 سال پیش
twofish 075d766964 first 3 سال پیش
xtea 075d766964 first 3 سال پیش
xts 075d766964 first 3 سال پیش
.gitattributes 075d766964 first 3 سال پیش
.gitignore 075d766964 first 3 سال پیش
AUTHORS 075d766964 first 3 سال پیش
CONTRIBUTING.md 075d766964 first 3 سال پیش
CONTRIBUTORS 075d766964 first 3 سال پیش
LICENSE 075d766964 first 3 سال پیش
PATENTS 075d766964 first 3 سال پیش
README.md 075d766964 first 3 سال پیش
codereview.cfg 075d766964 first 3 سال پیش
go.mod 075d766964 first 3 سال پیش
go.sum 075d766964 first 3 سال پیش

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.