You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 weeks ago | |
---|---|---|
acme | 3 weeks ago | |
argon2 | 1 month ago | |
bcrypt | 2 years ago | |
blake2b | 1 month ago | |
blake2s | 1 month ago | |
blowfish | 1 year ago | |
bn256 | 1 year ago | |
cast5 | 1 year ago | |
chacha20 | 1 month ago | |
chacha20poly1305 | 1 month ago | |
cryptobyte | 8 months ago | |
curve25519 | 1 month ago | |
ed25519 | 1 year ago | |
hkdf | 2 years ago | |
internal | 1 month ago | |
md4 | 1 year ago | |
nacl | 3 months ago | |
ocsp | 3 months ago | |
openpgp | 10 months ago | |
otr | 1 year ago | |
pbkdf2 | 3 years ago | |
pkcs12 | 6 months ago | |
poly1305 | 1 month ago | |
ripemd160 | 1 year ago | |
salsa20 | 1 month ago | |
scrypt | 1 year ago | |
sha3 | 1 month ago | |
ssh | 1 month ago | |
tea | 1 year ago | |
twofish | 1 year ago | |
xtea | 1 year ago | |
xts | 1 year ago | |
.gitattributes | 6 years ago | |
.gitignore | 10 months ago | |
AUTHORS | 3 years ago | |
CONTRIBUTING.md | 2 years ago | |
CONTRIBUTORS | 3 years ago | |
LICENSE | 8 years ago | |
PATENTS | 8 years ago | |
README.md | 1 month ago | |
codereview.cfg | 5 years ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago |
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.