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

Description

 

Documentation

botan_pubkey_load_ecdsa Source #

Arguments

:: Ptr BotanPubKey

key

-> BotanMP

public_x

-> BotanMP

public_y

-> ConstPtr CChar

curve_name

-> IO CInt