1
0
Fork 0
This commit is contained in:
Mike 2024-01-29 12:59:39 +02:00
parent de079efad5
commit 08e7380ffc

View file

@ -1,11 +1,9 @@
(load "ed25519.l")
(setq SK (range 0 63))
(do 1
(do 1000
(setq PK (publickey (head 32 SK)))
(println 'PK PK)
(setq SK (signature SK (head 32 SK) PK)) )
(println (L2hex SK))
(msg 'ok)
(bye)