Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype ProofBytes Source #
Instances
data ProveAPIResult Source #
Instances
proveAPI :: forall a core. (NonInteractiveProof a core, Binary (SetupProve a), Binary (Witness a), Binary (Input a), Binary (Proof a)) => ByteString -> ByteString -> ProveAPIResult Source #
testVector :: forall a core. NonInteractiveProof a core => Arbitrary a => Arbitrary (Witness a) => Binary (SetupProve a) => Binary (Input a) => Binary (Proof a) => Int -> IO [(ByteString, ByteString, ByteString)] Source #