summaryrefslogtreecommitdiff
path: root/yarrow256.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2001-10-08 22:39:53 +0200
committerNiels Möller <nisse@lysator.liu.se>2001-10-08 22:39:53 +0200
commit1588c3547485510761b5427edad241eb312d5181 (patch)
treeab5f60b5d6ff0a440a1106f78516ead712094ace /yarrow256.c
parent7c323c971c8baf98d362e8582b832536d4717339 (diff)
downloadnettle-1588c3547485510761b5427edad241eb312d5181.tar.gz
* yarrow256.c (YARROW_GATE_THRESHOLD): Deleted constant.
Rev: src/nettle/yarrow256.c:1.5
Diffstat (limited to 'yarrow256.c')
-rw-r--r--yarrow256.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/yarrow256.c b/yarrow256.c
index 3be5b29a..0db78184 100644
--- a/yarrow256.c
+++ b/yarrow256.c
@@ -34,9 +34,6 @@
* data. */
#define YARROW_MULTIPLIER 4
-/* Generator gate threshold */
-#define YARROW_GATE_THRESHOLD 10
-
/* Entropy threshold for reseeding from the fast pool */
#define YARROW_FAST_THRESHOLD 100