sodium-crypto-sign-0.1.2: FFI to some of the libsodium crypto_sign_* functions.
Safe HaskellSafe-Inferred
LanguageGHC2021

Sodium.Crypto.Sign

Synopsis

Documentation

newKeyPair :: IO (PublicKey, SecretKey) Source #

Please note that this function is not thread-safe.