zhangjinkun c2ec32148d 分布式抽取 6 年之前
..
acme c2ec32148d 分布式抽取 6 年之前
argon2 c2ec32148d 分布式抽取 6 年之前
bcrypt c2ec32148d 分布式抽取 6 年之前
blake2b c2ec32148d 分布式抽取 6 年之前
blake2s c2ec32148d 分布式抽取 6 年之前
blowfish c2ec32148d 分布式抽取 6 年之前
bn256 c2ec32148d 分布式抽取 6 年之前
cast5 c2ec32148d 分布式抽取 6 年之前
chacha20poly1305 c2ec32148d 分布式抽取 6 年之前
cryptobyte c2ec32148d 分布式抽取 6 年之前
curve25519 c2ec32148d 分布式抽取 6 年之前
ed25519 c2ec32148d 分布式抽取 6 年之前
hkdf c2ec32148d 分布式抽取 6 年之前
internal c2ec32148d 分布式抽取 6 年之前
md4 c2ec32148d 分布式抽取 6 年之前
nacl c2ec32148d 分布式抽取 6 年之前
ocsp c2ec32148d 分布式抽取 6 年之前
openpgp c2ec32148d 分布式抽取 6 年之前
otr c2ec32148d 分布式抽取 6 年之前
pbkdf2 c2ec32148d 分布式抽取 6 年之前
pkcs12 c2ec32148d 分布式抽取 6 年之前
poly1305 c2ec32148d 分布式抽取 6 年之前
ripemd160 c2ec32148d 分布式抽取 6 年之前
salsa20 c2ec32148d 分布式抽取 6 年之前
scrypt c2ec32148d 分布式抽取 6 年之前
sha3 c2ec32148d 分布式抽取 6 年之前
ssh c2ec32148d 分布式抽取 6 年之前
tea c2ec32148d 分布式抽取 6 年之前
twofish c2ec32148d 分布式抽取 6 年之前
xtea c2ec32148d 分布式抽取 6 年之前
xts c2ec32148d 分布式抽取 6 年之前
.gitattributes c2ec32148d 分布式抽取 6 年之前
.gitignore c2ec32148d 分布式抽取 6 年之前
AUTHORS c2ec32148d 分布式抽取 6 年之前
CONTRIBUTING.md c2ec32148d 分布式抽取 6 年之前
CONTRIBUTORS c2ec32148d 分布式抽取 6 年之前
LICENSE c2ec32148d 分布式抽取 6 年之前
PATENTS c2ec32148d 分布式抽取 6 年之前
README.md c2ec32148d 分布式抽取 6 年之前
codereview.cfg c2ec32148d 分布式抽取 6 年之前

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.