mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-28 06:53:48 +01:00
implement HyperNova's DeciderEth (#156)
* implement HyperNova's DeciderEth * add remark about Nova's zk layer implementation and the 3 identified use cases
This commit is contained in:
@@ -219,7 +219,7 @@ pub trait Decider<
|
||||
|
||||
fn preprocess(
|
||||
rng: impl RngCore + CryptoRng,
|
||||
prep_param: &Self::PreprocessorParam,
|
||||
prep_param: Self::PreprocessorParam,
|
||||
fs: FS,
|
||||
) -> Result<(Self::ProverParam, Self::VerifierParam), Error>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user