mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 04:35:33 +03:00
perdeshen-hash
Forgot to save after resolving merge conflict.
This commit is contained in:
parent
128eb60dfb
commit
afc42bcecd
@ -19,11 +19,7 @@ circuit PedersenHash {
|
||||
|
||||
// The 'pedersen-hash' main function.
|
||||
function main(hash_input: [bool; 256], const parameters: [group; 256]) -> group {
|
||||
<<<<<<< HEAD
|
||||
const pedersen = PedersenHash::new(parameters);
|
||||
=======
|
||||
let pedersen = PedersenHash::new(parameters);
|
||||
>>>>>>> 9b61d0fa152f435e3e165090455c85eedeb9b770
|
||||
return pedersen.hash(hash_input)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user