1
0
Fork 0
This commit is contained in:
Mike 2024-01-28 21:00:23 +02:00
parent f8040549e8
commit 4d3eaf7a08
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,4 @@
import hashlib
import sys
b = 256
q = 2**255 - 19

View file

@ -3,4 +3,7 @@
import binascii
import ed25519
print("mike")
s = [0] * 64
print ed25519.publickey(s)