Commit Graph

3 Commits

Author SHA1 Message Date
mDuo13
28f12b4f25 Key derivation - code cleanup 2019-10-09 19:58:21 -07:00
mDuo13
1815326542 Key derivation code (working draft)
- read hex, base58, RFC1751, or passphrase
- derive Ed25519 keys from seed
- derive secp256k1 master key from seed
- encode keys to hex or base58

Note: at this time, the RFC1751 implementation is consistent with the
original spec but not consistent with rippled's RFC1751 implementation.
I don't know why rippled's RFC1751 implementation doesn't match the
spec. Maybe something to do with endianness.
2019-10-09 19:54:43 -07:00
mDuo13
80be728267 Start key derivation sample code 2019-10-07 22:23:18 -07:00