.
This commit is contained in:
parent
de079efad5
commit
08e7380ffc
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue