diff options
Diffstat (limited to 'prog/ž/gen.html')
-rw-r--r-- | prog/ž/gen.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/ž/gen.html b/prog/ž/gen.html index 47fe749..8a5342a 100644 --- a/prog/ž/gen.html +++ b/prog/ž/gen.html @@ -27,7 +27,7 @@ function a2hex (a) { return r; } async function main () { - while (!pubsec1.innerText.startsWith("02aa") && !pubsec1.innerText.startsWith("03aa")) { + while (!pubsec1.innerText.startsWith("0200") && !pubsec1.innerText.startsWith("0300")) { window.keyobj = await crypto.subtle.generateKey( { name: "ECDSA", |