5f4e837b98
The SSE code of chacha20poly1305 used PINSRB and PEXTRQ, which are only available on machines supporting SSE4.1. Fixes golang/go#17464 Change-Id: Ic7313433cb21f9a3709d23b50ab58ac1d87957af Reviewed-on: https://go-review.googlesource.com/31187 Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
acme | ||
bcrypt | ||
blowfish | ||
bn256 | ||
cast5 | ||
chacha20poly1305 | ||
curve25519 | ||
ed25519 | ||
hkdf | ||
md4 | ||
nacl | ||
ocsp | ||
openpgp | ||
otr | ||
pbkdf2 | ||
pkcs12 | ||
poly1305 | ||
ripemd160 | ||
salsa20 | ||
scrypt | ||
sha3 | ||
ssh | ||
tea | ||
twofish | ||
xtea | ||
xts | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
README | ||
codereview.cfg |
README
This repository holds supplementary Go cryptography libraries. To submit changes to this repository, see http://golang.org/doc/contribute.html.