Commit 0a751d8c authored by Bodo Möller's avatar Bodo Möller
Browse files

16 * 8 = 128.

parent a5d9c6e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
 * [including the GNU Public Licence.]
 */

#define ENTROPY_NEEDED 32  /* require 128 bits of randomness */
#define ENTROPY_NEEDED 16  /* require 128 bits of randomness */

#ifndef MD_RAND_DEBUG
# ifndef NDEBUG