-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: rust key derivation #1063
Conversation
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
…ces/utilities dir
✅ Test Report | |
catalyst_voices_packages/catalyst_key_derivation/rust/src/api/key_derivation/mod.rs
Outdated
Show resolved
Hide resolved
catalyst_voices_packages/catalyst_key_derivation/rust/src/api/key_derivation/mod.rs
Outdated
Show resolved
Hide resolved
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
✅ Test Report | |
✅ Test Report | |
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
Signed-off-by: bkioshn <[email protected]>
✅ Test Report | |
Signed-off-by: bkioshn <[email protected]>
✅ Test Report | |
Signed-off-by: bkioshn <[email protected]>
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
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.
Reminder to resolve this comment https://github.com/input-output-hk/catalyst-voices/pull/1063/files#r1836126375
✅ Test Report | |
Description
Implement Cardano key derivation using BIP39 mnemonic
The logic is written in Rust and expose to Flutter using the help of
flutter_rust_bridge
Related Issue(s)
#1012 #1094
Description of Changes
Main functions
[u8; 96]
is used so frontend can handle easilyOther
simple.rs
is removedfrb_generated.rs
) is ignoredPlease confirm the following checks