mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 06:43: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> {
|
impl<F: Field, const R: usize> Gate<F> for GMiMCGate<F, R> {
|
||||||
fn id(&self) -> String {
|
fn id(&self) -> String {
|
||||||
// TODO: This won't include generic params?
|
format!("<R={}> {:?}", R, self)
|
||||||
format!("{:?}", self)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn eval_unfiltered(&self, vars: EvaluationVars<F>) -> Vec<F> {
|
fn eval_unfiltered(&self, vars: EvaluationVars<F>) -> Vec<F> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user