Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype PlonkupInput l c Source #
PlonkupInput | |
|
Instances
Arbitrary (l (ScalarField c)) => Arbitrary (PlonkupInput l c) Source # | |
Defined in ZkFold.Base.Protocol.Plonkup.Input arbitrary :: Gen (PlonkupInput l c) # shrink :: PlonkupInput l c -> [PlonkupInput l c] # | |
(Show1 l, Show (ScalarField c)) => Show (PlonkupInput l c) Source # | |
Defined in ZkFold.Base.Protocol.Plonkup.Input showsPrec :: Int -> PlonkupInput l c -> ShowS # show :: PlonkupInput l c -> String # showList :: [PlonkupInput l c] -> ShowS # |
plonkupVerifierInput :: (Functor l, Field (ScalarField c)) => l (ScalarField c) -> PlonkupInput l c Source #