paulmillr / noble-ed25519

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

Add RistrettoPoint.subtract(other: RistrettoPoint) #52

Closed dsernst closed 2 years ago

dsernst commented 2 years ago

Adds missing RistrettoPoint.subtract(other: RistrettoPoint) method, following same pattern as .add() and .multiply(), in same order as ExtendedPoint: add(), subtract(), then multiply()

dsernst commented 2 years ago

Force pushed to sign commit w/ GPG key

paulmillr commented 2 years ago

Thanks, added in 82f0297