aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-22 23:18:46 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-22 23:18:46 +0200
commit0fc7fb86b84e16daeabaea1fea455e65cc48b66e (patch)
tree7843096e14d6fa8a8585152c7f8c03f9185f0a3d /crypto.h
parenta9e4574c492207a840287e95e890c4b991849896 (diff)
random fixes
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h6
1 files changed, 1 insertions, 5 deletions
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 {