I am looking for a PKC library, I would like one that is decently fast. I have looked at RSA, but I cannot seem to find any decent libraries that would work. I will be encrypting packets that are sent out via UDP, however one client will have the private key and the other will have the public key, these keys will not be exchanged as they will be hard coded into the program.
Thanks.