mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
include <D=2> in the Reducing*Gate id
This commit is contained in:
parent
32753831d2
commit
9f9c67d373
@ -64,7 +64,7 @@ impl<const D: usize> ReducingGate<D> {
|
||||
|
||||
impl<F: RichField + Extendable<D>, const D: usize> Gate<F, D> for ReducingGate<D> {
|
||||
fn id(&self) -> String {
|
||||
format!("{self:?}")
|
||||
format!("{self:?}<D={D}>")
|
||||
}
|
||||
|
||||
fn short_id(&self) -> String {
|
||||
|
||||
@ -67,7 +67,7 @@ impl<const D: usize> ReducingExtensionGate<D> {
|
||||
|
||||
impl<F: RichField + Extendable<D>, const D: usize> Gate<F, D> for ReducingExtensionGate<D> {
|
||||
fn id(&self) -> String {
|
||||
format!("{self:?}")
|
||||
format!("{self:?}<D={D}>")
|
||||
}
|
||||
|
||||
fn short_id(&self) -> String {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user