Signet.Unstable.Type.SecretKey
newtype SecretKey Source #
Constructors
Defined in Signet.Unstable.Type.SecretKey
Methods
showsPrec :: Int -> SecretKey -> ShowS #
show :: SecretKey -> String #
showList :: [SecretKey] -> ShowS #
(==) :: SecretKey -> SecretKey -> Bool #
(/=) :: SecretKey -> SecretKey -> Bool #
unwrap :: SecretKey -> SecretKey Source #
prefix :: ByteString Source #
parse :: ByteString -> Either InvalidSecretKey SecretKey Source #
render :: SecretKey -> ByteString Source #