thread name change

This commit is contained in:
zzz
2018-12-21 11:33:55 +00:00
parent 94fd60db10
commit 03651292fb

View File

@@ -40,7 +40,7 @@ public class X25519KeyFactory extends I2PThread {
private final static int DEFAULT_DH_PRECALC_DELAY = 25;
public X25519KeyFactory(I2PAppContext ctx) {
super("DH Precalc");
super("XDH Precalc");
_context = ctx;
_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 });