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