Skip to content

Commit

Permalink
small changes, aes message coproto bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Dec 13, 2024
1 parent d92336e commit bf57dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptoTools/Crypto/AES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifdef OC_ENABLE_AESNI
#include <wmmintrin.h>
#elif !defined(OC_ENABLE_PORTABLE_AES) && !defined(ENABLE_ARM_AES)
static_assert(0, "OC_ENABLE_PORTABLE_AES must be defined if ENABLE_AESNI is not.");
static_assert(0, "OC_ENABLE_PORTABLE_AES must be defined if ENABLE_AESNI and ENABLE_ARM_AES are not.");
#endif

namespace osuCrypto {
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/getCoproto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(GIT_REPOSITORY "https://github.com/ladnir/coproto.git")
if(DEFINED COPROTO_GIT_TAG)
set(GIT_TAG ${COPROTO_GIT_TAG})
else()
set(GIT_TAG "c9e646b2f350c998e5225a67166573ad88ac9dbd" )
set(GIT_TAG "6ea3f5ab4ee66714dbdf0826b95eb53e9e08447c" )
endif()

set(CLONE_DIR "${OC_THIRDPARTY_CLONE_DIR}/coproto")
Expand Down

0 comments on commit bf57dd7

Please sign in to comment.