Includes work by cjepson, ay-p, jolan, and jcv. Initial conceptual framework by tacotime.
5 lines
60 B
Python
5 lines
60 B
Python
import sys
|
|
from ed25519 import *
|
|
|
|
decodeinthex(sys.argv[1])
|