Minimal Anti Collusion Infrastructure (MACI) v2.4.0 / hashLeftRight
Function: hashLeftRight()
hashLeftRight(
left
,right
):bigint
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
Defined in
packages/crypto/ts/hashing.ts:85