mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-08 15:01:30 +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:
@@ -346,7 +346,7 @@ mod tests {
|
||||
)
|
||||
.unwrap();
|
||||
let decider_params =
|
||||
DECIDER::preprocess(&mut rng, &nova_params.clone(), nova.clone()).unwrap();
|
||||
DECIDER::preprocess(&mut rng, nova_params.clone(), nova.clone()).unwrap();
|
||||
|
||||
(nova_params, decider_params)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user