History log of /netbsd-current/sys/crypto/aes/arch/x86/aes_ssse3.h
Revision Date Author Comments
# 1.3 25-Jul-2020 riastradh

Implement AES-CCM with SSSE3.


# 1.2 25-Jul-2020 riastradh

Split aes_impl declarations out into aes_impl.h.

This will make it less painful to add more operations to struct
aes_impl without having to recompile everything that just uses the
block cipher directly or similar.


# 1.1 29-Jun-2020 riastradh

New permutation-based AES implementation using SSSE3.

This covers a lot of CPUs -- particularly lower-end CPUs over the
past decade which lack AES-NI.

Derived from Mike Hamburg's public domain vpaes software; see
<https://crypto.stanford.edu/vpaes/> for details.