Rod Hynes b0bdbc8586 Fix: golang.org/x/crypto merge errors 7 лет назад
..
acme 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
argon2 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
bcrypt 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
blake2b 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
blake2s 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
blowfish 8443ef648c Rewrite imports and canonical import paths to point to internal fork 8 лет назад
bn256 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
cast5 8443ef648c Rewrite imports and canonical import paths to point to internal fork 8 лет назад
chacha20poly1305 b0bdbc8586 Fix: golang.org/x/crypto merge errors 7 лет назад
cryptobyte 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
curve25519 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
ed25519 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
hkdf 8443ef648c Rewrite imports and canonical import paths to point to internal fork 8 лет назад
internal 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
md4 8443ef648c Rewrite imports and canonical import paths to point to internal fork 8 лет назад
nacl 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
ocsp 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
openpgp 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
otr 8443ef648c Rewrite imports and canonical import paths to point to internal fork 8 лет назад
pbkdf2 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
pkcs12 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
poly1305 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
ripemd160 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
salsa20 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
scrypt 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
sha3 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
ssh b0bdbc8586 Fix: golang.org/x/crypto merge errors 7 лет назад
tea 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
twofish 8443ef648c Rewrite imports and canonical import paths to point to internal fork 8 лет назад
xtea 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
xts 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
.gitattributes b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' 8 лет назад
.gitignore b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' 8 лет назад
AUTHORS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' 8 лет назад
CONTRIBUTING.md 46e1887767 Update golang.org/x/crypto subtree 7 лет назад
CONTRIBUTORS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' 8 лет назад
LICENSE b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' 8 лет назад
PATENTS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' 8 лет назад
README.md 8443ef648c Rewrite imports and canonical import paths to point to internal fork 8 лет назад
codereview.cfg b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' 8 лет назад

README.md

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

The easiest way to install is to run go get -u github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/.... You can also manually git clone the repository to $GOPATH/src/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/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.