-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add ZIP 32 Arbitrary Key derivation #158
base: release/0.11.0
Are you sure you want to change the base?
Conversation
These are all methods exposed via `ZcashKeyDerivationBackend` in the Swift SDK, that do not use a `WalletDb`.
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.
utACK 28c4ac5 with comment/retroactive question about the zip32::arbitrary::SecretKey::from_path
.
unwrap_exc_or_null(res) | ||
} | ||
|
||
/// Derives and returns a ZIP 32 Arbitrary Key from the given seed at the account level. |
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.
Should this document what the path is? (Non-blocking.)
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.
utACK with comments. The comments about either documenting panics or making them into errors (I prefer the latter) are blocking.
If the decision is to keep the panics, that would also have to be documented at the SDK layer.
Co-authored-by: Daira-Emma Hopwood <[email protected]>
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.
utACK
No description provided.