mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 06:13:07 +00:00
rename
This commit is contained in:
parent
694b3d3dd5
commit
4769efa4dd
@ -115,7 +115,7 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn assert_hashes_equal(&mut self, x: HashOutTarget, y: HashOutTarget) {
|
||||
pub fn connect_hashes(&mut self, x: HashOutTarget, y: HashOutTarget) {
|
||||
for i in 0..4 {
|
||||
self.connect(x.elements[i], y.elements[i]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user