I don't need it to decrypt or even generate keys, only encrypt.
I'm a complete beginner with programming these devices and while I'm waiting for it to arrive I'm been trying to get a C library that can do my RSA encryption however despite loads of promising google results nothing seems to pan out.Ĭan anyone give me some direction? Has anyone got any encryption libraries to work on Teensy that might contain RSA? I would prefer 1024bit but would settle for 512bit. It's needs to be public key encryption so that if the device is compromised you can't extract a key to decrypt data that's already been passed on. I have a really cool project I'm working on where I want to encrypt some input into my teensy 3.0 before passing it on.