Open hoseinaghajari opened 1 year ago
The library contains implementations of Curve25519, Ed25519, P521, and NewHope.
The function documentation for each of the classes contains examples of how to use each of the algorithms. For example, to perform a Diffie-Hellman exchange using Curve25519:
http://rweather.github.io/arduinolibs/classCurve25519.html#a2b6911583d17ea9a36bbbb40d58b3d89
The full documentation for the library is here:
Hi, does this library contains asymmetric encryption? If so, what example contains the related code? thank you for your consideration