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.KeyAgreement

Description

 
Synopsis

Documentation

data BotanPKOpKeyAgreementStruct Source #

Opaque key agreement struct

newtype BotanPKOpKeyAgreement Source #

Botan key agreement object

botan_pk_op_key_agreement Source #

Arguments

:: BotanPKOpKeyAgreement

op

-> Ptr Word8

out[]

-> Ptr CSize

out_len,

-> ConstPtr Word8

other_key[]

-> CSize

other_key_len

-> ConstPtr Word8

salt[]

-> CSize

salt_len

-> IO CInt