mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
Includes work by cjepson, ay-p, jolan, and jcv. Initial conceptual framework by tacotime.
5 lines
65 B
Python
5 lines
65 B
Python
import sys
|
|
from ed25519 import *
|
|
|
|
encodeinthex(int(sys.argv[1]))
|