Module

Crypto.Simple

Package
purescript-simplecrypto
Repository
alpacaaa/purescript-simplecrypto

#createPrivateKey Source

createPrivateKey :: forall e. Int -> Eff (e) Buffer

#KeyPair Source

type KeyPair = { private :: PrivateKey, public :: PublicKey }

#BaseEncoding Source

data BaseEncoding

Constructors

#generateKeyPair Source

generateKeyPair :: forall e. Eff (e) KeyPair
Modules
Crypto.Simple