Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asymmetric encryption #72

Open
hoseinaghajari opened this issue Dec 2, 2022 · 1 comment
Open

Asymmetric encryption #72

hoseinaghajari opened this issue Dec 2, 2022 · 1 comment

Comments

@hoseinaghajari
Copy link

Hi, does this library contains asymmetric encryption? If so, what example contains the related code?
thank you for your consideration

@rweather
Copy link
Owner

rweather commented Dec 2, 2022

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:

http://rweather.github.io/arduinolibs/crypto.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants