Module engine

Source
Expand description

Trait for STARK backend engine proving keygen, proviing, verifying API functions.

Structs§

VerificationData
Data for verifying a Stark proof.

Traits§

StarkEngine
A helper trait to collect the different steps in multi-trace STARK keygen and proving. Currently this trait is CPU specific.