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
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 \