1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 13:24:23 +00:00
share/vendor/golang.org/x/crypto
Knut Ahlers 8f80d158ca
Move CLI util
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-02 19:12:46 +01:00
..
acme Move CLI util 2017-12-02 19:12:46 +01:00
bcrypt Move CLI util 2017-12-02 19:12:46 +01:00
blake2b Move CLI util 2017-12-02 19:12:46 +01:00
blake2s Move CLI util 2017-12-02 19:12:46 +01:00
blowfish Move CLI util 2017-12-02 19:12:46 +01:00
bn256 Move CLI util 2017-12-02 19:12:46 +01:00
cast5 Move CLI util 2017-12-02 19:12:46 +01:00
chacha20poly1305 Move CLI util 2017-12-02 19:12:46 +01:00
cryptobyte Move CLI util 2017-12-02 19:12:46 +01:00
curve25519 Move CLI util 2017-12-02 19:12:46 +01:00
ed25519 Move CLI util 2017-12-02 19:12:46 +01:00
hkdf Move CLI util 2017-12-02 19:12:46 +01:00
md4 Move CLI util 2017-12-02 19:12:46 +01:00
nacl Move CLI util 2017-12-02 19:12:46 +01:00
ocsp Move CLI util 2017-12-02 19:12:46 +01:00
openpgp Move CLI util 2017-12-02 19:12:46 +01:00
otr Move CLI util 2017-12-02 19:12:46 +01:00
pbkdf2 Move CLI util 2017-12-02 19:12:46 +01:00
pkcs12 Move CLI util 2017-12-02 19:12:46 +01:00
poly1305 Move CLI util 2017-12-02 19:12:46 +01:00
ripemd160 Move CLI util 2017-12-02 19:12:46 +01:00
salsa20 Move CLI util 2017-12-02 19:12:46 +01:00
scrypt Move CLI util 2017-12-02 19:12:46 +01:00
sha3 Move CLI util 2017-12-02 19:12:46 +01:00
ssh Move CLI util 2017-12-02 19:12:46 +01:00
tea Move CLI util 2017-12-02 19:12:46 +01:00
twofish Move CLI util 2017-12-02 19:12:46 +01:00
xtea Move CLI util 2017-12-02 19:12:46 +01:00
xts Move CLI util 2017-12-02 19:12:46 +01:00
.gitattributes Move CLI util 2017-12-02 19:12:46 +01:00
.gitignore Move CLI util 2017-12-02 19:12:46 +01:00
AUTHORS Move CLI util 2017-12-02 19:12:46 +01:00
codereview.cfg Move CLI util 2017-12-02 19:12:46 +01:00
CONTRIBUTING.md Move CLI util 2017-12-02 19:12:46 +01:00
CONTRIBUTORS Move CLI util 2017-12-02 19:12:46 +01:00
LICENSE Move CLI util 2017-12-02 19:12:46 +01:00
PATENTS Move CLI util 2017-12-02 19:12:46 +01:00
README.md Move CLI util 2017-12-02 19:12:46 +01:00

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.