-
Notifications
You must be signed in to change notification settings - Fork 5
Refactor crypto API #4
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels