You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hi
Is there an API (or alternative third-party package) for vanilla RSA encryption/decryption without any OAEP or PKCS padding scheme? I am rewriting a tool in Go which used a customized padding scheme and unfortunately I can not change the existing specification of it.
Any advices?
I do wish the crypto/rsa is designed in a way that the padding schemes are composable with the "raw" RSA algorithm.