crypto: porting Curve25519 algorithm into nuttx crypto

Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
makejian
2023-05-31 11:28:34 +08:00
committed by Xiang Xiao
parent 79242cc1e7
commit d5041420a3
3 changed files with 1262 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ ifeq ($(CONFIG_CRYPTO_CRYPTODEV),y)
CRYPTO_CSRCS += key_wrap.c
CRYPTO_CSRCS += siphash.c
CRYPTO_CSRCS += hmac_buff.c
CRYPTO_CSRCS += curve25519.c
endif
# BLAKE2s hash algorithm
+1216
View File
File diff suppressed because it is too large Load Diff