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

Botan.Low.PubKey.SM2

Documentation

privKeyLoadSM2 Source #

Arguments

:: MP

scalar

-> ByteString

curve_name

-> IO PrivKey

key

pubKeyLoadSM2 Source #

Arguments

:: MP

public_x

-> MP

public_y

-> ByteString

curve_name

-> IO PubKey

key