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