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

Pure JS implementation for BulletProofV2 ( ringct v4) #99

Closed jtomtan closed 4 years ago

jtomtan commented 5 years ago

Hi, I am from Ownbit Wallet team. We are integrating Monero. I'd like to know will there be a pure JS implementation for BulletProofV2 ? Just like cnUtil in cryptonote_utils.js ever. It can work until rightct v3.

It's really hard for modern Wallets to integrate WASM.

MartyHav commented 4 years ago

you can use the asm.js fallback, its pure js.