Skip to content

Commit

Permalink
update ed25519 code for mbedtls version
Browse files Browse the repository at this point in the history
  • Loading branch information
jocover committed Jan 21, 2024
1 parent 1d66a21 commit 0f674bd
Show file tree
Hide file tree
Showing 12 changed files with 699 additions and 1,332 deletions.
5 changes: 2 additions & 3 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
idf_component_register(
SRCS "device.c" "ctaphid.c" "secret.c" "ctap-parser.c" "main.c" "secret.c" "u2f.c" "ctap.c" "common.c" "fs.c"
"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/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"
"littlefs/lfs.c" "littlefs/lfs_util.c"
"c25519/edsign.c" "c25519/ed25519.c" "c25519/f25519.c" "c25519/fprime.c"
INCLUDE_DIRS "." "crypto/include" "littlefs" "c25519"
INCLUDE_DIRS "." "crypto/include" "littlefs"
REQUIRES driver mbedtls efuse esp_partition esp_timer
EMBED_FILES "cert/u2f_cert.bin" "cert/u2f_cert_key.bin" "cert/u2f_aaguid.bin"
)
Expand Down
320 changes: 0 additions & 320 deletions main/c25519/ed25519.c

This file was deleted.

Loading

0 comments on commit 0f674bd

Please sign in to comment.