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]))
|