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

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.