1
0
Fork 0
This commit is contained in:
Mike 2024-01-29 12:43:37 +02:00
parent e697d8f1f7
commit c53ebf84ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
(load "ed25519.l")
(setq SK (range 0 63))
(do 1
(do 10
(setq PK (publickey (head 32 SK)))
(setq SK (signature SK (head 32 SK) PK)) )
(println (L2hex SK))