mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 06:13:07 +00:00
Fix id() to include (generic) R param
This commit is contained in:
parent
9c2b7334c8
commit
62dccedda4
@ -62,8 +62,7 @@ impl<F: Field, const R: usize> GMiMCGate<F, R> {
|
||||
|
||||
impl<F: Field, const R: usize> Gate<F> for GMiMCGate<F, R> {
|
||||
fn id(&self) -> String {
|
||||
// TODO: This won't include generic params?
|
||||
format!("{:?}", self)
|
||||
format!("<R={}> {:?}", R, self)
|
||||
}
|
||||
|
||||
fn eval_unfiltered(&self, vars: EvaluationVars<F>) -> Vec<F> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user