Safe Haskell | None |
---|---|
Language | Haskell2010 |
Mock implementation of digital signatures.
Documentation
Instances
data family SignKeyDSIGN v :: Type Source #
Instances
data family VerKeyDSIGN v :: Type Source #
Instances
data family SigDSIGN v :: Type Source #
Instances
mockSign :: SignableRepresentation a => a -> SignKeyDSIGN MockDSIGN -> SigDSIGN MockDSIGN Source #