Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Test.Crypto.Vector.SerializationUtils
Documentation
type SignatureResult = Either String () Source #
newtype HexStringInCBOR Source #
Constructors
HexCBOR ByteString |
Instances
IsString HexStringInCBOR Source # | |
Defined in Test.Crypto.Vector.SerializationUtils Methods | |
Show HexStringInCBOR Source # | |
Defined in Test.Crypto.Vector.SerializationUtils |
sKeyParser ∷ ∀ d. FromCBOR (SignKeyDSIGN d) ⇒ HexStringInCBOR → SignKeyDSIGN d Source #
vKeyParser ∷ ∀ d. FromCBOR (VerKeyDSIGN d) ⇒ HexStringInCBOR → VerKeyDSIGN d Source #