signify-hs-0.1.0.1: A Haskell clone of OpenBSD signify.
Safe HaskellNone
LanguageHaskell2010

Crypto.ECC.Signify

Documentation

parsePubKey :: FileContent -> Either Errormsg (Comment, KeyID, PubKey) Source #

parseSignature :: FileContent -> Either Errormsg (Comment, KeyID, Signature) Source #

parseSecKey :: Passphrase -> FileContent -> Either Errormsg (Comment, KeyID, SecKey) Source #

printPubKey :: KeyID -> PubKey -> Comment -> FileContent Source #

printSignature :: KeyID -> Signature -> Comment -> FileContent Source #

printSecKey :: KeyID -> Passphrase -> Salt -> SecKey -> PubKey -> Comment -> FileContent Source #