| Copyright | (c) Leo D 2023 |
|---|---|
| License | BSD-3-Clause |
| Maintainer | leo@apotheca.io |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Botan.Low.PubKey.RSA
Description
Synopsis
- privKeyLoadRSA :: MP -> MP -> MP -> IO PrivKey
- privKeyLoadRSA_PKCS1 :: ByteString -> IO PrivKey
- privKeyRSAGetPrivKey :: PrivKey -> Word32 -> IO ByteString
- pubKeyLoadRSA :: MP -> MP -> IO PubKey
Algorithm specific key operations: RSA
/
Arguments
| :: ByteString | bits |
| -> IO PrivKey | key |
Arguments
| :: PrivKey | rsa_key |
| -> Word32 | flags |
| -> IO ByteString | out WRONG: privKeyRSAGetPrivKey = mkCreateObjectCBytesLen1 botan_privkey_rsa_get_privkey |