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

Description

 
Synopsis

Algorithm specific key operations: X25519

/

privKeyLoadX25519 Source #

Arguments

:: ByteString

privkey[32]

-> IO PrivKey

key

pubKeyLoadX25519 Source #

Arguments

:: ByteString

pubkey[32]

-> IO PubKey

key

pubKeyX25519GetPubKey Source #

Arguments

:: PubKey

key

-> IO ByteString

pubkey[32]