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