-
Notifications
You must be signed in to change notification settings - Fork 52
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
Rewrite Signer in Rust #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
re: Shumo's comment, I lean towards move batching logic to manta-api
instead of the reverse, since idk we might eventually have different implementations of signer, and we could re-use that logic. But obvs not important now.
👍 It'll probably all be in |
Features
tauri
for simple/portable application bundlingTODO
resolve_path
to add a global directory to put theroot_seed
/private_transfer_pk
/reclaim_pk
. This will also require the ability to re-compute the keys when they are missing. (@bhgomes)zeroize
and/orsecrecy
adapters for passwords (@bhgomes)