mirror of
https://github.com/monero-project/research-lab.git
synced 2024-12-23 03:59:40 +00:00
6 lines
76 B
Python
6 lines
76 B
Python
|
import ed25519
|
||
|
import MiniNero
|
||
|
import binascii
|
||
|
|
||
|
print(MiniNero.getHForCT())
|