Minimal Anti Collusion Infrastructure (MACI) / hashLeftRight
Function: hashLeftRight()
hashLeftRight(
left
,right
):bigint
Defined in: packages/crypto/ts/hashing.ts:85
Hash two BigInts with the Poseidon hash function
Parameters
left
bigint
The left-hand element to hash
right
bigint
The right-hand element to hash
Returns
bigint
The hash of the two elements