Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class SpecialSoundProtocol f i p m c d k a where Source #
type VerifierOutput f i p m c d k a Source #
:: a | |
-> i f | previous public input |
-> p f | witness |
-> i f | public input |
:: a | |
-> i f | previous public input |
-> p f | witness |
-> f | current random challenge |
-> Natural | round number (starting from 1) |
-> m | prover message |
:: a | |
-> i f | public input |
-> Vector k m | prover messages |
-> Vector (k - 1) f | random challenges |
-> VerifierOutput f i p m c d k a | verifier output |