-
- Downloads
issue #50 Add export/import EWIF V1 file and its example (lib pyaes required)
Add pyaes in requirements.txt
Showing
- duniterpy/helpers.py 14 additions, 0 deletionsduniterpy/helpers.py
- duniterpy/key/signing_key.py 119 additions, 7 deletionsduniterpy/key/signing_key.py
- examples/save_and_load_private_key_file_ewif.py 61 additions, 0 deletionsexamples/save_and_load_private_key_file_ewif.py
- examples/save_and_load_private_key_file_wif.py 1 addition, 2 deletionsexamples/save_and_load_private_key_file_wif.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
... | @@ -5,3 +5,4 @@ base58 >= 1.0.0 | ... | @@ -5,3 +5,4 @@ base58 >= 1.0.0 |
jsonschema >= 2.6.0 | jsonschema >= 2.6.0 | ||
pypeg2 >= 2.15.2 | pypeg2 >= 2.15.2 | ||
attr >= 0.3.1 | attr >= 0.3.1 | ||
pyaes >= 1.6.1 | |||
\ No newline at end of file |
Please register or sign in to comment