Backport AES fixes for compiler, arch, and splitting into separate files.

This commit is contained in:
Adam Ierymenko 2020-10-20 18:50:28 -04:00
parent 8d83b9b7c5
commit 70f37962cf
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
5 changed files with 1100 additions and 1018 deletions

View file

@ -1,5 +1,7 @@
CORE_OBJS=\
node/AES.o \
node/AES_aesni.o \
node/AES_armcrypto.o \
node/C25519.o \
node/Capability.o \
node/CertificateOfMembership.o \