mirage / mirage-crypto

Cryptographic primitives for OCaml, in OCaml (also used in MirageOS)
ISC License
77 stars 43 forks source link

Ed25519 / X25519 potential performance improvements (by looking at BoringSSL) #193

Open hannesm opened 9 months ago

hannesm commented 9 months ago

I reviewed the BoringSSL codebase (and compared our 25519 implementation), and they have:

ndcroos commented 3 months ago

Hi, can I work on this, please?