1
0
Fork 0
This commit is contained in:
Mike 2024-01-29 13:20:41 +02:00
parent 0f484f757d
commit 2a4b41eb00

View file

@ -4,7 +4,7 @@
(for N 1000
(println 'N N)
(setq PK (publickey (head 32 SK)))
(setq SK (signature SK (head 32 SK) PK)) )
(setq SK (signature SK (head 32 SK) PK)) )
(println (L2hex SK))
(msg 'ok)
(bye)