src.dualinventive.com/go/common/vendor/golang.org/x/crypto
Jerry Jacobs 1193c82181 initial 2024-08-09 12:10:16 +02:00
..
acme initial 2024-08-09 12:10:16 +02:00
bcrypt initial 2024-08-09 12:10:16 +02:00
blake2b initial 2024-08-09 12:10:16 +02:00
blake2s initial 2024-08-09 12:10:16 +02:00
blowfish initial 2024-08-09 12:10:16 +02:00
bn256 initial 2024-08-09 12:10:16 +02:00
cast5 initial 2024-08-09 12:10:16 +02:00
chacha20poly1305 initial 2024-08-09 12:10:16 +02:00
cryptobyte initial 2024-08-09 12:10:16 +02:00
curve25519 initial 2024-08-09 12:10:16 +02:00
ed25519 initial 2024-08-09 12:10:16 +02:00
hkdf initial 2024-08-09 12:10:16 +02:00
md4 initial 2024-08-09 12:10:16 +02:00
nacl initial 2024-08-09 12:10:16 +02:00
ocsp initial 2024-08-09 12:10:16 +02:00
openpgp initial 2024-08-09 12:10:16 +02:00
otr initial 2024-08-09 12:10:16 +02:00
pbkdf2 initial 2024-08-09 12:10:16 +02:00
pkcs12 initial 2024-08-09 12:10:16 +02:00
poly1305 initial 2024-08-09 12:10:16 +02:00
ripemd160 initial 2024-08-09 12:10:16 +02:00
salsa20 initial 2024-08-09 12:10:16 +02:00
scrypt initial 2024-08-09 12:10:16 +02:00
sha3 initial 2024-08-09 12:10:16 +02:00
ssh initial 2024-08-09 12:10:16 +02:00
tea initial 2024-08-09 12:10:16 +02:00
twofish initial 2024-08-09 12:10:16 +02:00
xtea initial 2024-08-09 12:10:16 +02:00
xts initial 2024-08-09 12:10:16 +02:00
.gitattributes initial 2024-08-09 12:10:16 +02:00
AUTHORS initial 2024-08-09 12:10:16 +02:00
CONTRIBUTING.md initial 2024-08-09 12:10:16 +02:00
CONTRIBUTORS initial 2024-08-09 12:10:16 +02:00
LICENSE initial 2024-08-09 12:10:16 +02:00
PATENTS initial 2024-08-09 12:10:16 +02:00
README.md initial 2024-08-09 12:10:16 +02:00
codereview.cfg initial 2024-08-09 12:10:16 +02:00

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.