Ethereum signer and keystore implementation with jsonrpc signer daemon
Go to file
lash e5cd1cad58
Implement PBKDF2 support in keyfile
---

Squashed commit of the following:

commit 4a4f76b19c
Author: idaapayo <idaapayo@gmail.com>
Date:   Mon Jan 24 20:12:34 2022 +0300

    remove unused import and renaming pbkdf2 default params

commit 23a94c3ba1
Author: idaapayo <idaapayo@gmail.com>
Date:   Mon Jan 24 20:07:22 2022 +0300

    defaulting to scrypt in to_dict fun

commit 1c0047398a
Author: idaapayo <idaapayo@gmail.com>
Date:   Mon Jan 24 15:12:38 2022 +0300

    making final review  changes

commit 0a4f3eaa98
Merge: b208533 903f659
Author: Mohamed Sohail <kamikazechaser@noreply.localhost>
Date:   Mon Jan 24 11:10:35 2022 +0000

    Merge branch 'master' into Ida/pbkdf2

commit b20853312d
Author: idaapayo <idaapayo@gmail.com>
Date:   Mon Jan 24 13:23:12 2022 +0300

    review changes with tests

commit b9c6db414b
Author: idaapayo <idaapayo@gmail.com>
Date:   Fri Jan 21 11:13:35 2022 +0300

    making review changes

commit 1f5d057a9a
Author: idaapayo <idaapayo@gmail.com>
Date:   Wed Jan 19 14:37:22 2022 +0300

    second pbkdf2 implementation

commit 01598a8c59
Author: idaapayo <idaapayo@gmail.com>
Date:   Wed Jan 19 13:49:29 2022 +0300

    pkdf2 implementation
2022-01-24 17:54:59 +00:00
funga/eth Implement PBKDF2 support in keyfile 2022-01-24 17:54:59 +00:00
tests Implement PBKDF2 support in keyfile 2022-01-24 17:54:59 +00:00
.gitignore Replace test keyfile 2021-10-10 18:27:16 +02:00
CHANGELOG Upgrade rlp 2022-01-20 21:39:01 +00:00
LICENSE Replace test keyfile 2021-10-10 18:27:16 +02:00
MANIFEST.in rehabilitate socket server 2021-10-15 22:41:30 +02:00
README rehabilitate socket server 2021-10-15 22:41:30 +02:00
requirements.txt Upgrade rlp 2022-01-20 21:39:01 +00:00
run_tests.sh Replace test keyfile 2021-10-10 18:27:16 +02:00
setup.cfg Remove misplaced sweep code, bump version 2021-11-15 14:30:56 +01:00
setup.py Upgrade rlp 2022-01-20 21:39:01 +00:00
sql_requirements.txt Initial commit 2021-10-10 18:14:34 +02:00
test_requirements.txt Initial commit 2021-10-10 18:14:34 +02:00

README