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

derivation_to_scalar is removed in 1.1.2 #68

Closed gutenye closed 5 years ago

gutenye commented 5 years ago

Is there an alternative way to do it in the new version. I used it for decodeRct.

paulshapiro commented 5 years ago

I would merge a PR with derivation_to_scalar if someone made it. I added generate_key_derivation, decodeRct, derive_public_key, create_wallet for the same reason but won't have an opportunity to add d2s for a couple/few weeks.

gutenye commented 5 years ago

@paulshapiro PR is made at #71