Lower rounds. tex stuff

This commit is contained in:
jude
2023-04-28 12:42:58 +01:00
parent 6005cd6aff
commit 663b8ab4de
4 changed files with 17 additions and 13 deletions

View File

@ -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) {