Skip to content

Commit

Permalink
feat(libsodium): add more source files to the build list
Browse files Browse the repository at this point in the history
Closes #449
  • Loading branch information
mahavirj committed Nov 28, 2024
1 parent d3e5a00 commit 3848dbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions libsodium/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set(SRC libsodium/src/libsodium)
set(srcs
"${SRC}/crypto_aead/chacha20poly1305/aead_chacha20poly1305.c"
"${SRC}/crypto_aead/xchacha20poly1305/aead_xchacha20poly1305.c"
"${SRC}/crypto_aead/aegis256/aead_aegis256.c"
"${SRC}/crypto_aead/aegis256/aegis256_soft.c"
"${SRC}/crypto_aead/aegis128l/aead_aegis128l.c"
"${SRC}/crypto_aead/aegis128l/aegis128l_soft.c"
"${SRC}/crypto_auth/crypto_auth.c"
"${SRC}/crypto_auth/hmacsha256/auth_hmacsha256.c"
"${SRC}/crypto_auth/hmacsha512/auth_hmacsha512.c"
Expand All @@ -21,6 +25,7 @@ set(srcs
"${SRC}/crypto_core/hsalsa20/core_hsalsa20.c"
"${SRC}/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c"
"${SRC}/crypto_core/salsa/ref/core_salsa_ref.c"
"${SRC}/crypto_core/softaes/softaes.c"
"${SRC}/crypto_generichash/blake2b/generichash_blake2.c"
"${SRC}/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c"
"${SRC}/crypto_generichash/blake2b/ref/blake2b-compress-ref.c"
Expand Down
2 changes: 1 addition & 1 deletion libsodium/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.20~1"
version: "1.0.20~2"
description: libsodium port to ESP
url: https://github.com/espressif/idf-extra-components/tree/master/libsodium
dependencies:
Expand Down

0 comments on commit 3848dbf

Please sign in to comment.