Commit Graph

23 Commits

Author SHA1 Message Date
AlexanderBuzz
d6022599cb - Removed "forced" examples 2022-10-05 13:01:37 +02:00
AlexanderBuzz
4a93a9c1ab - Removed key generation from mnemonic, as it is deprecated and will soon be removed from rippled
- Added base58 seed
- Updated readme accordingly
2022-10-05 12:56:53 +02:00
AlexanderBuzz
cf612ae1c6 Update content/_code-samples/key-derivation/js/index.js
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2022-10-05 11:55:57 +02:00
AlexanderBuzz
feef266cd0 - fixed "0x" prefix in README.md which resulted in an error 2022-10-05 11:48:50 +02:00
AlexanderBuzz
a584f5c9d2 Update content/_code-samples/key-derivation/js/index.js
Added jonathanleis suggestion and  switched console.log to a real error being thrown

Co-authored-by: jonathanlei <jlei@ripple.com>
2022-09-16 08:21:12 +02:00
AlexanderBusse
930e1ef39b Added set-up instructions for non-node-alumni :) 2022-09-08 08:14:41 +02:00
AlexanderBusse
ccf334e33d Added README and command line argument functionality 2022-09-07 00:33:11 +02:00
AlexanderBusse
e6deb4ca63 Added key-derivation JavaScript examples analog to python version 2022-09-06 23:48:59 +02:00
mDuo13
cafb714104 Code samples: copy edit descriptions 2022-05-10 14:23:59 -07:00
mDuo13
7c3ff821f0 Code samples: READMEs and smarter parsing 2022-04-20 14:04:04 -07:00
mDuo13
8c9529d313 Move code samples to language folders consistently 2022-04-20 14:04:04 -07:00
mDuo13
19ae7be074 Key derivation: fix base58 import 2021-10-12 12:55:09 -07:00
dependabot[bot]
f8d822175a Bump fastecdsa in /content/_code-samples/key-derivation
Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.4 to 2.1.2.
- [Release notes](https://github.com/AntonKueltz/fastecdsa/releases)
- [Changelog](https://github.com/AntonKueltz/fastecdsa/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AntonKueltz/fastecdsa/compare/v1.7.4...v2.1.2)

---
updated-dependencies:
- dependency-name: fastecdsa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 16:41:58 +00:00
mDuo13
369c678013 Update repo URL to XRPLF 2021-07-23 02:05:37 -07:00
mDuo13
836246de05 base58.py typo fixes 2019-10-16 13:58:11 -07:00
mDuo13
5012fcb81b Key derivation: code cleanup per @seelabs review 2019-10-14 17:02:36 -07:00
mDuo13
4ed720a903 Key derivation: consistent terminology 2019-10-11 12:44:49 -07:00
mDuo13
7cef1abda7 Key derivation: fix RFC-1751, output base58 pubkeys 2019-10-10 16:20:42 -07:00
mDuo13
6e550aff88 Key derivation code: license/disclaimers 2019-10-10 12:32:34 -07:00
mDuo13
e36b90d1d3 Key derivation: byte order fix for RFC1751 2019-10-10 12:18:58 -07:00
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