hmacrypt/public_ecdsa_key_saver
2024-02-09 19:21:55 +01:00

3 lines
113 B
Python
Executable File

#!./hmacenv/bin/python
import src.hmacrypt as hmacrypt
hmacrypt.inferECDSAKeys(hidePrivate=True, savePublic=True)