I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 03651292 authored by zzz's avatar zzz
Browse files

thread name change

parent 94fd60db
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ public class X25519KeyFactory extends I2PThread { ...@@ -40,7 +40,7 @@ public class X25519KeyFactory extends I2PThread {
private final static int DEFAULT_DH_PRECALC_DELAY = 25; private final static int DEFAULT_DH_PRECALC_DELAY = 25;
public X25519KeyFactory(I2PAppContext ctx) { public X25519KeyFactory(I2PAppContext ctx) {
super("DH Precalc"); super("XDH Precalc");
_context = ctx; _context = ctx;
_log = ctx.logManager().getLog(X25519KeyFactory.class); _log = ctx.logManager().getLog(X25519KeyFactory.class);
ctx.statManager().createRateStat("crypto.XDHGenerateTime", "How long it takes to create x and X", "Encryption", new long[] { 60*60*1000 }); ctx.statManager().createRateStat("crypto.XDHGenerateTime", "How long it takes to create x and X", "Encryption", new long[] { 60*60*1000 });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment