I have developed a compact library capable of curve25519-DH as well as
ed25519 keygen, sign and verify. It is hosted at:
https://github.com/msotoodeh/curve25519

This library is very fast (looks like it is the fastest) while it is based
on a very portable C code.

Major features of this library include:

* Microsoft and GNU assembly for X86_64 platforms.
* Constant-time (partially) and blinding support for side channel security.
* FOLDING: a new technique that speeds up the point multiplication by a
factor of 4.
* MIT license.

I am looking to find a good home for this code. Is OpenSSL a good fit?


Thanks,
Mehdi Sotoodeh
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to