GlitchedPolygons / cecies

ECIES implementation in C using MbedTLS
Apache License 2.0
11 stars 5 forks source link

[FEATURE] Add CLI programs for Ed25519 and Ed448 #3

Closed GlitchedPolygons closed 4 years ago

GlitchedPolygons commented 4 years ago

Even though signing and verifying is outside of the scope of ECIES, it'd still be neat to have matching Ed25519 and Ed448 example implementations inside the programs/ collection. A simple CLI with just two parameters as seen in the others is already enough... Keep it simple too!

GlitchedPolygons commented 4 years ago

Programs to be added:

GlitchedPolygons commented 4 years ago

Done in a separate repo to keep this one clean:

https://github.com/GlitchedPolygons/eddsac