| 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 Methods showsPrec ∷ Int → HexStringInCBOR → ShowS # show ∷ HexStringInCBOR → String # showList ∷ [HexStringInCBOR] → ShowS # | |
sKeyParser ∷ ∀ d. FromCBOR (SignKeyDSIGN d) ⇒ HexStringInCBOR → SignKeyDSIGN d Source #
vKeyParser ∷ ∀ d. FromCBOR (VerKeyDSIGN d) ⇒ HexStringInCBOR → VerKeyDSIGN d Source #