dcrd/dcrec/edwards/testdata/encodeint.py
John C. Vernaleo 5076a00512 Initial Decred Commit.
Includes work by cjepson, ay-p, jolan, and jcv.

Initial conceptual framework by tacotime.
2016-02-07 14:00:12 -05:00

5 lines
65 B
Python

import sys
from ed25519 import *
encodeinthex(int(sys.argv[1]))