solana/programs/bpf
Tyera Eulberg 694c674aa6
Implement Bip32 for seed-phrase/passphrase signing (#16942)
* Add Keypair helpers for bip32 derivation

* Plumb bip32 for SignerSourceKind::Ask

* Support full-path querystring

* Use as_ref

* Add public wrappers for from_uri cases

* Support master root derivations (and fix too-deep print

* Add ask:// HD documentation

* Update ASK elsewhere in docs
2021-05-03 19:58:56 -06:00
..
benches
c
rust Retain alloc'd and updated data in cpi (#16850) 2021-04-27 13:36:42 -07:00
tests Retain alloc'd and updated data in cpi (#16850) 2021-04-27 13:36:42 -07:00
.gitignore
Cargo.lock Implement Bip32 for seed-phrase/passphrase signing (#16942) 2021-05-03 19:58:56 -06:00
Cargo.toml
build.rs