Rod Hynes 4e8cb5da4d Stream OSL registry and files před 8 roky
..
acme 1d2d82b700 Fix: incorrect import path před 8 roky
bcrypt 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
blake2b b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
blake2s 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
blowfish 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
bn256 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
cast5 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
chacha20poly1305 1efb3c505c Fix: workaround in efe8761 was not effective před 8 roky
cryptobyte 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
curve25519 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
ed25519 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
hkdf 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
md4 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
nacl 4e8cb5da4d Stream OSL registry and files před 8 roky
ocsp 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
openpgp 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
otr 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
pbkdf2 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
pkcs12 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
poly1305 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
ripemd160 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
salsa20 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
scrypt 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
sha3 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
ssh 9d2b07d505 Fix: avoid import cycle před 8 roky
tea b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 roky
twofish 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
xtea 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 roky
xts 8443ef648c Rewrite imports and canonical import paths to point to internal fork před 8 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 b7f6a63e15 Merge commit '39bc70a5a5f193813410e694391010e2906e86c4' as 'psiphon/common/crypto' před 8 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.