Rod Hynes baee7cd844 Fix: must offer KeyAlgoRSA to Psiphon server hace 7 años
..
acme 1d2d82b700 Fix: incorrect import path hace 8 años
bcrypt 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
blake2b b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
blake2s 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
blowfish 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
bn256 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
cast5 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
chacha20poly1305 1efb3c505c Fix: workaround in efe8761 was not effective hace 8 años
cryptobyte 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
curve25519 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
ed25519 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
hkdf 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
md4 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
nacl 4e8cb5da4d Stream OSL registry and files hace 8 años
ocsp 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
openpgp 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
otr 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
pbkdf2 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
pkcs12 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
poly1305 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
ripemd160 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
salsa20 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
scrypt 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
sha3 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
ssh baee7cd844 Fix: must offer KeyAlgoRSA to Psiphon server hace 7 años
tea b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
twofish 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
xtea 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
xts 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
.gitattributes b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
.gitignore b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
AUTHORS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
CONTRIBUTING.md b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
CONTRIBUTORS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
LICENSE b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
PATENTS b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años
README.md 8443ef648c Rewrite imports and canonical import paths to point to internal fork hace 8 años
codereview.cfg b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' hace 8 años

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.