mymonero / mymonero-core-js

The JS library containing the Monero crypto plus lightwallet functions behind the official MyMonero apps
BSD 3-Clause "New" or "Revised" License
101 stars 103 forks source link

Bridge additional utility crypto functions #56

Closed paulshapiro closed 5 years ago

paulshapiro commented 6 years ago

decodeRct, generate_key_derivation, derive_public_key, derive_subaddress_public_key, create_address

The interfaces to some of these functions need to be considered somewhat carefully, given that they involve nested data structures. Anyone who has an immediate use for these, let me know, and we can find a time to get it in.

paulshapiro commented 5 years ago

I've concluded hash_to_scalar is a bit out of scope for now since it can have varying input formats (aiui). It might be the case that any actual use-cases of hash_to_scalar exists in some slightly higher level C++ function which others would want to use via the bridge.

paulshapiro commented 5 years ago

Closed by https://github.com/mymonero/mymonero-core-js/commit/299c0c4bd65e29a5983361bbf478ddcc14d9ecd8