paulmillr / noble-ed25519

Fastest 4KB JS implementation of ed25519 signatures
https://paulmillr.com/noble
MIT License
414 stars 50 forks source link

Expose RistrettoPoint.multiplyUnsafe() #55

Closed dsernst closed 2 years ago

dsernst commented 2 years ago

We're using this to speed up ZK verification times (as mentioned here: https://github.com/paulmillr/noble-ed25519/pull/54#issuecomment-1029492700)