summaryrefslogtreecommitdiffstats
path: root/prog/ž/gen.html
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-06-20 13:06:33 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2023-06-20 13:06:33 +0200
commit24ae5810a844e0099910cf70b1a18158f82891e3 (patch)
treed18cbe1f3e8279fb63fcf08cf4ce12c27bf7ba3a /prog/ž/gen.html
parentž initial commit (diff)
downloadr-24ae5810a844e0099910cf70b1a18158f82891e3.tar
r-24ae5810a844e0099910cf70b1a18158f82891e3.tar.gz
r-24ae5810a844e0099910cf70b1a18158f82891e3.tar.bz2
r-24ae5810a844e0099910cf70b1a18158f82891e3.tar.lz
r-24ae5810a844e0099910cf70b1a18158f82891e3.tar.xz
r-24ae5810a844e0099910cf70b1a18158f82891e3.tar.zst
r-24ae5810a844e0099910cf70b1a18158f82891e3.zip
Diffstat (limited to '')
-rw-r--r--prog/ž/gen.html2
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",