From 0fc7fb86b84e16daeabaea1fea455e65cc48b66e Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Wed, 22 Jun 2016 23:18:46 +0200 Subject: random fixes --- crypto.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crypto.h') diff --git a/crypto.h b/crypto.h index d00a138..77e1848 100644 --- a/crypto.h +++ b/crypto.h @@ -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 { -- cgit v1.2.3