...
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { mod_exp } from "./math.js";
|
||||
|
||||
export const KEY_SIZE = 2048;
|
||||
export const KEY_SIZE = 512;
|
||||
|
||||
export function cryptoRandom(bits) {
|
||||
if (bits === undefined) {
|
||||
|
@ -21,7 +21,7 @@ function cryptoShuffle(l) {
|
||||
return out;
|
||||
}
|
||||
|
||||
const ROUNDS = 48;
|
||||
const ROUNDS = 24;
|
||||
|
||||
function getCoins(text) {
|
||||
// Construct verifier coins
|
||||
|
Reference in New Issue
Block a user