1
0
Fork 0
This commit is contained in:
Mike 2024-01-29 13:00:06 +02:00
parent 08e7380ffc
commit 33e6dc0d0b

View file

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