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

Refactor crypto API #4

Open
ghost opened this issue Aug 20, 2021 · 1 comment
Open

Refactor crypto API #4

ghost opened this issue Aug 20, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 20, 2021

Currently the crypto API is rather limiting, as it binds the curve (or system) used for signing to the curve used to navigate bip32 whereas the 2 are independent.

An idea is to make a "System" trait where we can have this handled and we only expose a couple of functions like "get_public_key" and "sign"

This issue is not bound to any milestone as it's more of our wrapper crates improvement and is to be moved there when separate repos are made

🔗 zboto Link

@ghost ghost transferred this issue from Zondax/ledger-tezos Nov 12, 2021
@ghost
Copy link
Author

ghost commented Apr 27, 2022

It also doesn't allow to specify a chain code when generating a key, which is used by some projects.

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

0 participants