aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/random.h')
-rw-r--r--cipher/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/random.h b/cipher/random.h
index ca02df1a5..01ee11b98 100644
--- a/cipher/random.h
+++ b/cipher/random.h
@@ -30,6 +30,7 @@ int quick_random_gen( int onoff );
int random_is_faked(void);
void random_disable_locking (void);
void randomize_buffer( byte *buffer, size_t length, int level );
+void randomize_mpi (MPI mpi, size_t nbits, int level);
byte *get_random_bits( size_t nbits, int level, int secure );
void fast_random_poll( void );