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

Botan.Bindings.PubKey.Decrypt

Description

 
Synopsis

Documentation

data BotanPKOpDecryptStruct Source #

Opaque decrypt struct

botan_pk_op_decrypt Source #

Arguments

:: BotanPKOpDecrypt

op

-> Ptr Word8

out[]

-> Ptr CSize

out_len

-> ConstPtr Word8

ciphertext

-> CSize

ciphertext_len

-> IO CInt