Description
Provides an RSA implementation using padding schemes from PKCS#1 v2.1. RSA is used in cryptographic protocols for operations such as encryption or signatures when applied with the correct padding and parameters.
It is useful for security-related Haskell libraries that specifically need RSA compatibility. Cryptographic safety depends on protocol design, key sizes, padding choices, randomness, and current best practices.