Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement keyfile loading and dumping #1

Closed
pipermerriam opened this issue Sep 20, 2017 · 1 comment
Closed

Implement keyfile loading and dumping #1

pipermerriam opened this issue Sep 20, 2017 · 1 comment

Comments

@pipermerriam
Copy link
Member

  • eth_keys.encode_keyfile_json(private_key, password, **key_stretching_params) -> keyfile_json
  • eth_keys.decode_keyfile_json(keyfile_json, password) -> private_key_bytes
  • eth_keys.load_keyfile(keyfile_path_or_file_obj) -> keyfile_json
  • eth_keys.extract_key_from_keyfile(keyfile_path_or_file_obj, password) -> private_key_bytes
@pipermerriam
Copy link
Member Author

fixed in #2

pacrob pushed a commit to pacrob/eth-keys that referenced this issue Dec 20, 2023
Make Circle CI test against merge with PR base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant