Rename C25519.* to ECC.*

This commit is contained in:
Adam Ierymenko
2024-09-15 17:34:01 -04:00
parent 7647c8e8d1
commit 307befa892
22 changed files with 111 additions and 114 deletions

View File

@@ -2,7 +2,7 @@ CORE_OBJS=\
node/AES.o \
node/AES_aesni.o \
node/AES_armcrypto.o \
node/C25519.o \
node/ECC.o \
node/Capability.o \
node/CertificateOfMembership.o \
node/CertificateOfOwnership.o \