We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46d6eb commit 61eb98bCopy full SHA for 61eb98b
1 file changed
src/headers/tomcrypt_custom.h
@@ -550,6 +550,10 @@
550
#error LTC_BLAKE2BMAC requires LTC_BLAKE2B
551
#endif
552
553
+#if defined(LTC_SPRNG) && !defined(LTC_RNG_GET_BYTES)
554
+ #error LTC_SPRNG requires LTC_RNG_GET_BYTES
555
+#endif
556
+
557
#if defined(LTC_NO_MATH) && (defined(LTM_DESC) || defined(TFM_DESC) || defined(GMP_DESC))
558
#error LTC_NO_MATH defined, but also a math descriptor
559
0 commit comments