aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-30 23:10:37 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-30 23:10:37 +0100
commit3e32996071c648674683bc2e9d554354be110aae (patch)
tree12915842324d9a7034ef7cfda15e5933c09e0b46 /src/revocation
parent7cde88367991dcd1deca2485970c353fec5aff3e (diff)
downloadgnunet-3e32996071c648674683bc2e9d554354be110aae.tar.gz
gnunet-3e32996071c648674683bc2e9d554354be110aae.zip
clarify cpu used
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/revocation.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
index d7ad174c9..5ad41cd49 100644
--- a/src/revocation/revocation.conf.in
+++ b/src/revocation/revocation.conf.in
@@ -10,7 +10,7 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-revocation.sock
10UNIX_MATCH_UID = NO 10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 11UNIX_MATCH_GID = YES
12 12
13# 2^25 hash operations take about 16-24h on a modern i7 13# 2^25 hash operations take about 16-24h on a first-generation i7
14# (using only a single-core) with SCRYPT. 14# (using only a single-core) with SCRYPT.
15# DO NOT CHANGE THIS VALUE, doing so will break the protocol! 15# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
16WORKBITS = 25 16WORKBITS = 25