noloader / cryptopp-pem

PEM parsing of keys and parameters for Crypto++ project
42 stars 31 forks source link

Add x25519 and ed25519 keys #5

Closed noloader closed 3 years ago

noloader commented 5 years ago

Crypto++ 8.0 cut-in x25519 and ed25519 support. We need to add support for the keys.

Ping @alambrec. Do you want to take a stab at it?

alambrec commented 5 years ago

Currently, I don't have much time free, and I'm not familiar with x25519 and ed25519 keys. So, I can't contribute to the implementation for the moment ... sorry

I will just try to complete self-test and add a basic Makefile for cryptopp-pem if you are agree ...

But thank you anyway 😃

noloader commented 3 years ago

Done...