1
0
Fork 0
This commit is contained in:
Mike 2024-01-29 13:09:32 +02:00
parent 33e6dc0d0b
commit 0f484f757d

View file

@ -4,7 +4,7 @@
(pack
(mapcar '((B) (pad 2 (hex B))) Lst) ) ) )
(let (SK (range 0 63) Pair)
(do 1000
(do 1000000
(setq Pair (crypto_ed25519_key_pair (head 32 SK)))
(setq SK (crypto_ed25519_sign (car Pair) SK)) )
(println (L2hex SK)) )