You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum e91d8a4dae Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 5 years ago
..
acme Add accounts, server/channel moderation 5 years ago
argon2 Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 5 years ago
bcrypt Add accounts, server/channel moderation 5 years ago
blake2b Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 5 years ago
blake2s Add accounts, server/channel moderation 5 years ago
blowfish Add accounts, server/channel moderation 5 years ago
bn256 Add accounts, server/channel moderation 5 years ago
cast5 Add accounts, server/channel moderation 5 years ago
chacha20poly1305 Add accounts, server/channel moderation 5 years ago
cryptobyte Add accounts, server/channel moderation 5 years ago
curve25519 Add accounts, server/channel moderation 5 years ago
ed25519 Add accounts, server/channel moderation 5 years ago
hkdf Add accounts, server/channel moderation 5 years ago
md4 Add accounts, server/channel moderation 5 years ago
nacl Add accounts, server/channel moderation 5 years ago
ocsp Add accounts, server/channel moderation 5 years ago
openpgp Add accounts, server/channel moderation 5 years ago
otr Add accounts, server/channel moderation 5 years ago
pbkdf2 Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 5 years ago
pkcs12 Add accounts, server/channel moderation 5 years ago
poly1305 Add accounts, server/channel moderation 5 years ago
ripemd160 Add accounts, server/channel moderation 5 years ago
salsa20 Add accounts, server/channel moderation 5 years ago
scrypt Add accounts, server/channel moderation 5 years ago
sha3 Add accounts, server/channel moderation 5 years ago
ssh Add channel modes +i, +m and +r, MOTD config option and banned message when connecting 5 years ago
tea Add accounts, server/channel moderation 5 years ago
twofish Add accounts, server/channel moderation 5 years ago
xtea Add accounts, server/channel moderation 5 years ago
xts Add accounts, server/channel moderation 5 years ago
.gitattributes Add accounts, server/channel moderation 5 years ago
.gitignore Add accounts, server/channel moderation 5 years ago
AUTHORS Add accounts, server/channel moderation 5 years ago
CONTRIBUTING.md Add accounts, server/channel moderation 5 years ago
CONTRIBUTORS Add accounts, server/channel moderation 5 years ago
LICENSE Add accounts, server/channel moderation 5 years ago
PATENTS Add accounts, server/channel moderation 5 years ago
README.md Add accounts, server/channel moderation 5 years ago
codereview.cfg Add accounts, server/channel moderation 5 years 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.