botan-low-0.0.1.0: Low-level Botan bindings
Copyright(c) Leo D 2023
LicenseBSD-3-Clause
Maintainerleo@apotheca.io
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Botan.Low.PubKey.RSA

Description

 
Synopsis

Algorithm specific key operations: RSA

/

privKeyLoadRSA Source #

Arguments

:: MP

p

-> MP

q

-> MP

e

-> IO PrivKey

key

privKeyRSAGetPrivKey Source #

Arguments

:: PrivKey

rsa_key

-> Word32

flags

-> IO ByteString

out WRONG: privKeyRSAGetPrivKey = mkCreateObjectCBytesLen1 botan_privkey_rsa_get_privkey

pubKeyLoadRSA Source #

Arguments

:: MP

n

-> MP

e

-> IO PubKey

key