botan-low-0.0.1.0: Low-level Botan bindings
Safe HaskellSafe-Inferred
LanguageHaskell2010

Botan.Low.PubKey.ECDH

Documentation

privKeyLoadECDH Source #

Arguments

:: MP

scalar

-> ByteString

curve_name

-> IO PrivKey

key

pubKeyLoadECDH Source #

Arguments

:: MP

public_x

-> MP

public_y

-> ByteString

curve_name

-> IO PubKey

key