.
This commit is contained in:
parent
33e6dc0d0b
commit
0f484f757d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
(pack
|
||||
(mapcar '((B) (pad 2 (hex B))) Lst) ) ) )
|
||||
(let (SK (range 0 63) Pair)
|
||||
(do 1000
|
||||
(do 1000000
|
||||
(setq Pair (crypto_ed25519_key_pair (head 32 SK)))
|
||||
(setq SK (crypto_ed25519_sign (car Pair) SK)) )
|
||||
(println (L2hex SK)) )
|
||||
|
|
Loading…
Reference in a new issue