Rod Hynes 158caea562 Add server-side SSH KEX randomization před 7 roky
..
acme 46e1887767 Update golang.org/x/crypto subtree před 7 roky
argon2 46e1887767 Update golang.org/x/crypto subtree před 7 roky
bcrypt 46e1887767 Update golang.org/x/crypto subtree před 7 roky
blake2b 46e1887767 Update golang.org/x/crypto subtree před 7 roky
blake2s 46e1887767 Update golang.org/x/crypto subtree před 7 roky
blowfish 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
bn256 46e1887767 Update golang.org/x/crypto subtree před 7 roky
cast5 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
chacha20poly1305 b0bdbc8586 Fix: golang.org/x/crypto merge errors před 7 roky
cryptobyte 46e1887767 Update golang.org/x/crypto subtree před 7 roky
curve25519 46e1887767 Update golang.org/x/crypto subtree před 7 roky
ed25519 46e1887767 Update golang.org/x/crypto subtree před 7 roky
hkdf 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
internal 46e1887767 Update golang.org/x/crypto subtree před 7 roky
md4 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
nacl 46e1887767 Update golang.org/x/crypto subtree před 7 roky
ocsp 46e1887767 Update golang.org/x/crypto subtree před 7 roky
openpgp 46e1887767 Update golang.org/x/crypto subtree před 7 roky
otr 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
pbkdf2 46e1887767 Update golang.org/x/crypto subtree před 7 roky
pkcs12 46e1887767 Update golang.org/x/crypto subtree před 7 roky
poly1305 46e1887767 Update golang.org/x/crypto subtree před 7 roky
ripemd160 46e1887767 Update golang.org/x/crypto subtree před 7 roky
salsa20 46e1887767 Update golang.org/x/crypto subtree před 7 roky
scrypt 46e1887767 Update golang.org/x/crypto subtree před 7 roky
sha3 46e1887767 Update golang.org/x/crypto subtree před 7 roky
ssh 158caea562 Add server-side SSH KEX randomization před 7 roky
tea 46e1887767 Update golang.org/x/crypto subtree před 7 roky
twofish 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
xtea 46e1887767 Update golang.org/x/crypto subtree před 7 roky
xts 46e1887767 Update golang.org/x/crypto subtree před 7 roky
.gitattributes b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
.gitignore b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
AUTHORS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
CONTRIBUTING.md 46e1887767 Update golang.org/x/crypto subtree před 7 roky
CONTRIBUTORS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
LICENSE b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
PATENTS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
README.md 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
codereview.cfg b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 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 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.