Henry Corrigan-Gibbs

Results 1 issues of Henry Corrigan-Gibbs

The AES-NI code in [aesni_helpers.c](https://github.com/DaGenix/rust-crypto/blob/master/src/aesni_helpers.c) uses the AVX instruction `vpslldq` but Westmere machines (and possibly others) support AES-NI but do not support the AVX instructions. Because of this, the AES...