Skip to content

Commit

Permalink
Add missing shake support
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-thomas-yau committed Nov 25, 2024
1 parent e780096 commit 37190d0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions windows/wolfssl-user_settings-32.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,10 @@
#undef WOLFSSL_SHA3
#define WOLFSSL_SHA3

#undef WOLFSSL_SHAKE128
#define WOLFSSL_SHAKE128

#undef WOLFSSL_SHAKE256
#define WOLFSSL_SHAKE256

#endif /* _WIN_USER_SETTINGS_H_ */
6 changes: 6 additions & 0 deletions windows/wolfssl-user_settings-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,10 @@
#undef WOLFSSL_SHA3
#define WOLFSSL_SHA3

#undef WOLFSSL_SHAKE128
#define WOLFSSL_SHAKE128

#undef WOLFSSL_SHAKE256
#define WOLFSSL_SHAKE256

#endif /* _WIN_USER_SETTINGS_H_ */
6 changes: 6 additions & 0 deletions windows/wolfssl-user_settings-arm-64.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,10 @@
#undef WOLFSSL_SHA3
#define WOLFSSL_SHA3

#undef WOLFSSL_SHAKE128
#define WOLFSSL_SHAKE128

#undef WOLFSSL_SHAKE256
#define WOLFSSL_SHAKE256

#endif /* _WIN_USER_SETTINGS_H_ */

0 comments on commit 37190d0

Please sign in to comment.