Rod Hynes 5cd313884e Remove Yawning/chacha20 from vendoring 6 年之前
..
Yawning 5cd313884e Remove Yawning/chacha20 from vendoring 6 年之前
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 158caea562 Add server-side SSH KEX randomization 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.