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