paulmillr / noble-ed25519

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

Added signWithContext, implementing Ed25519ctx from RFC8032 5.1.6 #86

Closed ChrisBender closed 1 year ago

paulmillr commented 1 year ago

You're free to use the fork of course, but noble-curves are suggested for everyone instead. They have improved security and performance.

The current repo is as minimal as possible ed25519 impl

ChrisBender commented 1 year ago

Yep my bad, meant to merge into our own fork :)