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

Botan.PubKey.Load

Description

 
Synopsis

DH

loadDHPrivKey :: MP -> MP -> MP -> PrivKey Source #

loadDHPubKey :: MP -> MP -> MP -> PubKey Source #

DSA

loadDSAPrivKey :: MP -> MP -> MP -> MP -> PrivKey Source #

loadDSAPubKey :: MP -> MP -> MP -> MP -> PubKey Source #

ECDH

ECDSA

Ed25519

ElGamal

loadElGamalPrivKey :: MP -> MP -> MP -> PrivKey Source #

loadElGamalPubKey :: MP -> MP -> MP -> PubKey Source #

RSA

loadRSAPrivKey :: MP -> MP -> MP -> PrivKey Source #

loadRSAPubKey :: MP -> MP -> PubKey Source #

SM2

X25519