-
Notifications
You must be signed in to change notification settings - Fork 1
Address Python example
ChMarina edited this page May 28, 2018
·
2 revisions
Repository metahashorg/crypt_example_py contains a script written in python, that describes the algorithm for the Metahash address generation using cryptography module.
As a result of the script, the following files will be created:
mh_private.pem # private key file
mh_public.pub # public key file
mh_address.txt # metahash address fileFor more information about the required dependencies and usage of the script, please see the repository.
