diff options
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -17,6 +17,7 @@ /** * @file crypto.h * @brief Interface of the crypto primitives. + * @author Markus Teich */ #ifndef _BRANDT_CRYPTO_H @@ -30,11 +31,6 @@ void brandt_crypto_init (); -/* --- RANDOM --- */ - -void brandt_rand_poll (); - - /* --- HASHING --- */ struct brandt_hash_code { |