Skip to content

Commit 0f674bd

Browse files
committed
update ed25519 code for mbedtls version
1 parent 1d66a21 commit 0f674bd

File tree

12 files changed

+699
-1332
lines changed

12 files changed

+699
-1332
lines changed

main/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
idf_component_register(
22
SRCS "device.c" "ctaphid.c" "secret.c" "ctap-parser.c" "main.c" "secret.c" "u2f.c" "ctap.c" "common.c" "fs.c"
3-
"crypto/ecc.c" "crypto/hmac.c" "crypto/algo.c" "crypto/sha.c" "crypto/sha3.c" "crypto/memzero.c" "crypto/rand.c" "crypto/sm3.c" "crypto/block-cipher.c" "crypto/aes.c"
3+
"crypto/ecc.c" "crypto/hmac.c" "crypto/algo.c" "crypto/sha.c" "crypto/sha3.c" "crypto/memzero.c" "crypto/rand.c" "crypto/sm3.c" "crypto/block-cipher.c" "crypto/aes.c" "crypto/mbedtls_ed25519.c"
44
"littlefs/lfs.c" "littlefs/lfs_util.c"
5-
"c25519/edsign.c" "c25519/ed25519.c" "c25519/f25519.c" "c25519/fprime.c"
6-
INCLUDE_DIRS "." "crypto/include" "littlefs" "c25519"
5+
INCLUDE_DIRS "." "crypto/include" "littlefs"
76
REQUIRES driver mbedtls efuse esp_partition esp_timer
87
EMBED_FILES "cert/u2f_cert.bin" "cert/u2f_cert_key.bin" "cert/u2f_aaguid.bin"
98
)

main/c25519/ed25519.c

Lines changed: 0 additions & 320 deletions
This file was deleted.

0 commit comments

Comments
 (0)