userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.37k stars 275 forks source link

Add public key generation #665

Open technothecow opened 1 month ago

technothecow commented 1 month ago

userver::crypto has useful classes for signing and verifying, all that's missing is creating public key using private key to later use both of them in these classes