mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
LTC_TURBO_SHAKE requires LTC_SHA3
This commit is contained in:
parent
e20fff1f3d
commit
189f9ccdf0
1 changed files with 4 additions and 0 deletions
|
|
@ -709,6 +709,10 @@
|
|||
#error LTC_SPRNG requires LTC_RNG_GET_BYTES
|
||||
#endif
|
||||
|
||||
#if defined(LTC_TURBO_SHAKE) && !defined(LTC_SHA3)
|
||||
#error LTC_TURBO_SHAKE requires LTC_SHA3
|
||||
#endif
|
||||
|
||||
#if defined(LTC_NO_MATH) && (defined(LTM_DESC) || defined(TFM_DESC) || defined(GMP_DESC))
|
||||
#error LTC_NO_MATH defined, but also a math descriptor
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue