1 Commits

Author SHA1 Message Date
45c7538528 feat: add message signer cli, pbkdf2 support, -0 flag (#3)
Reviewed-on: #3
2022-03-01 10:43:24 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ pysha3==1.0.2
rlp==2.0.1 rlp==2.0.1
#rlp==3.0.0 #rlp==3.0.0
json-rpc==1.13.0 json-rpc==1.13.0
confini~=0.6.0 confini~=0.5.1
coincurve==15.0.0 coincurve==15.0.0
hexathon~=0.1.5 hexathon~=0.1.0
pycryptodome==3.10.1 pycryptodome==3.10.1
funga==0.5.2 funga==0.5.2

View File

@@ -33,7 +33,7 @@ f.close()
setup( setup(
name="funga-eth", name="funga-eth",
version="0.6.0", version="0.5.6",
description="Ethereum implementation of the funga keystore and signer", description="Ethereum implementation of the funga keystore and signer",
author="Louis Holbrook", author="Louis Holbrook",
author_email="dev@holbrook.no", author_email="dev@holbrook.no",