I need help using Bouncy Castle RSA Libraries for a school assignment, but it looks very complicated and I'm trying to learn and need some guidance.
For my assignment I need to just generate a public and private key. Then encrypt a block of message and do timing measurements. Then do the same for decryption.
Could someone point me in the right direction? The Crypto Library is huge and I'm confused on how to go about this.
Thank you very much.
PS: Basically I need to generate the Key Pairs, Execute the encryption and decryption using different key pairs that are randomly generated.
I would appreaciate any guidance, thanks