This commit is contained in:
Steffen Jaeckel 2018-06-22 02:05:03 +02:00
parent 11bdffcf05
commit 07b626d7a1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
*/
#include "tomcrypt.h"
#ifdef LTC_MDSA
#if defined(LTC_MDSA) || defined(LTC_MECC)
/**
Generate a random number N with given bitlength (note: MSB can be 0)
*/