mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-24 10:41:57 +03:00
put explicit type in perdesen-hash leo program
This commit is contained in:
parent
6ba556ceda
commit
6831cf402f
@ -7,7 +7,7 @@ circuit PedersenHash {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function hash(self, bits: [bool; 256]) -> group {
|
function hash(self, bits: [bool; 256]) -> group {
|
||||||
let mut digest: group = 0;
|
let mut digest: group = 0group;
|
||||||
for i in 0..256 {
|
for i in 0..256 {
|
||||||
if bits[i] {
|
if bits[i] {
|
||||||
digest += self.parameters[i];
|
digest += self.parameters[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user