symbolic-base-0.1.0.0: ZkFold Symbolic compiler and zero-knowledge proof protocols
Safe HaskellSafe-Inferred
LanguageHaskell2010

ZkFold.Base.Protocol.IVC.StepFunction

Documentation

type StepFunctionAssumptions a f ctx = (Symbolic ctx, BaseField ctx ~ a, FieldElement ctx ~ f) Source #

type StepFunction a i p = forall f ctx. StepFunctionAssumptions a f ctx => i f -> p f -> i f Source #