I am creating a program on microntroller (which does not run any OS) and I cannot find any library in C that can give me the RSA key generator (PKCS # 1) (open and closed).
I believe OpenSSH is not an option, because it refers to Linux or Unix. I found some implementation of SSH, but only supports the client side (public key encoding).
Is there such a C lib (RSA key generator (PKCS # 1) (public and private) + encoding, decoding)?
source share