License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | Good |
Safe Haskell | None |
Language | Haskell98 |
- dp :: Maybe Blinder -> PrivateKey -> ByteString -> ByteString
- ep :: PublicKey -> ByteString -> ByteString
decrypt primitive
dp :: Maybe Blinder -> PrivateKey -> ByteString -> ByteString Source
Compute the RSA decrypt primitive. if the p and q numbers are available, then dpFast is used otherwise, we use dpSlow which only need d and n.
encrypt primitive
ep :: PublicKey -> ByteString -> ByteString Source
Compute the RSA encrypt primitive