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

Description

 
Synopsis

Algorithm specific key operations: Ed25519

/

privKeyLoadEd25519 Source #

Arguments

:: ByteString

privkey[32]

-> IO PrivKey

key

pubKeyLoadEd25519 Source #

Arguments

:: ByteString

pubkey[32]

-> IO PubKey

key