diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/random.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/random.h b/cipher/random.h index a8c506da7..c45c9831b 100644 --- a/cipher/random.h +++ b/cipher/random.h @@ -27,6 +27,7 @@ void secure_random_alloc(void); int quick_random_gen( int onoff ); void randomize_buffer( byte *buffer, size_t length, int level ); byte get_random_byte( int level ); +byte *get_random_bits( size_t nbits, int level, int secure ); void add_randomness( const void *buffer, size_t length, int source ); |