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

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.