diff --git a/index.html b/index.html index fd85abb..133415b 100644 --- a/index.html +++ b/index.html @@ -141,11 +141,11 @@

已计算 hash:{{ hashCount }} {{ `(${Number(BigInt(hashCount) * 100n / estimatedHashCount) / 100}x estimated)` }}
耗时:{{ Math.round(runningTime / 1000 * 100) / 100 }}s
速度:{{ Math.round(hashCount / runningTime * 1000 * 100) / 100 || 0 }} hash/s

- 生成的密钥 + 生成的密钥(已生成 {{ generatedKeyHistory.length }} 个) -

[批量下载私钥] [清除生成记录]

+

[批量保存私钥] [清除生成记录]