Skip to content

Commit

Permalink
Disable SIMON64 and SPECK64 SIMD code (GH weidai11#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader authored and Uri Blumenthal committed Jul 7, 2020
1 parent f6f2961 commit 250e40c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cham.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
# undef CRYPTOPP_CHAM_ADVANCED_PROCESS_BLOCKS
#endif

// https://github.com/weidai11/cryptopp/issues/945
#undef CRYPTOPP_CHAM_ADVANCED_PROCESS_BLOCKS

NAMESPACE_BEGIN(CryptoPP)

/// \brief CHAM block cipher information
Expand Down
3 changes: 3 additions & 0 deletions simeck.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
# undef CRYPTOPP_SIMECK_ADVANCED_PROCESS_BLOCKS
#endif

// https://github.com/weidai11/cryptopp/issues/945
#undef CRYPTOPP_SIMECK_ADVANCED_PROCESS_BLOCKS

NAMESPACE_BEGIN(CryptoPP)

/// \brief SIMECK block cipher information
Expand Down
3 changes: 3 additions & 0 deletions simon.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
# undef CRYPTOPP_SIMON128_ADVANCED_PROCESS_BLOCKS
#endif

// https://github.com/weidai11/cryptopp/issues/945
#undef CRYPTOPP_SIMON64_ADVANCED_PROCESS_BLOCKS

NAMESPACE_BEGIN(CryptoPP)

/// \brief SIMON block cipher information
Expand Down
3 changes: 3 additions & 0 deletions speck.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
# undef CRYPTOPP_SPECK128_ADVANCED_PROCESS_BLOCKS
#endif

// https://github.com/weidai11/cryptopp/issues/945
#undef CRYPTOPP_SPECK64_ADVANCED_PROCESS_BLOCKS

NAMESPACE_BEGIN(CryptoPP)

/// \brief SPECK block cipher information
Expand Down

0 comments on commit 250e40c

Please sign in to comment.