interledger / web-monetization-projects

Coil projects that use Web Monetization. Primarily Coil's browser extension and related WM polyfills.
web-monetization-projects-coilhq.vercel.app
Apache License 2.0
81 stars 17 forks source link

Port privacypass to noble-curves #615

Open sublimator opened 4 years ago

sublimator commented 4 years ago
sublimator commented 4 years ago

Following up on this. Discovered that elliptic is only faster than sjcl for secp256k1 curve. In fact, elliptic is MUCH slower than sjcl for p256. So there's not much point to this.

We could move the server to use secp256k1

sublimator commented 4 years ago

Alternatively, we could create our own ECC lib using BigInt as per: https://github.com/paulmillr/noble-secp256k1/

sublimator commented 1 year ago

https://github.com/paulmillr/noble-curves

Has P256 support