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

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.