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

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.