Skip to content

Commit

Permalink
Merge pull request #392 from erikbernsen/master
Browse files Browse the repository at this point in the history
More performant implementation of AES128_ECB_encrypt on Apple platforms.
  • Loading branch information
sahlberg authored Jan 8, 2025
2 parents dbbee9d + a09deff commit 39c02e8
Show file tree
Hide file tree
Showing 7 changed files with 756 additions and 586 deletions.
4 changes: 4 additions & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ endif()
if(ESP_PLATFORM)
set(COMPONENT_SRCS
aes.c
aes_reference.c
aes128ccm.c
alloc.c
asn1-ber.c
Expand Down Expand Up @@ -69,6 +70,7 @@ elseif(IOP AND BUILD_IRX)
ps2/smb2man.c
ps2/imports.c
aes.c
aes_reference.c
aes128ccm.c
alloc.c
asn1-ber.c
Expand Down Expand Up @@ -126,6 +128,8 @@ BUILD_IOP_IMPORTS(${CMAKE_CURRENT_SOURCE_DIR}/ps2/imports.c ${CMAKE_CURRENT_SOUR

else()
set(SOURCES aes.c
aes_reference.c
aes_apple.c
aes128ccm.c
alloc.c
asn1-ber.c
Expand Down
Loading

0 comments on commit 39c02e8

Please sign in to comment.