We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the EIP2333 derivation scheme as an internal library to be used by the existing key generator
Implement methods described in the specification document
The implementation will follow EIP2333 specs and use the following external implementations as a secondary reference:
Once EIP2333 derivation has been implemented, it will be possible to adhere to EIP2334 by deriving keys with the appropriate derivation path
The text was updated successfully, but these errors were encountered:
to_be_bytes
Scalar
fed-franz
No branches or pull requests
Summary
Implement the EIP2333 derivation scheme as an internal library to be used by the existing key generator
Possible solution design or implementation
Implement methods described in the specification document
Additional context
The implementation will follow EIP2333 specs and use the following external implementations as a secondary reference:
Once EIP2333 derivation has been implemented, it will be possible to adhere to EIP2334 by deriving keys with the appropriate derivation path
The text was updated successfully, but these errors were encountered: