Minimal Anti Collusion Infrastructure (MACI) v2.0.0-alpha / poseidonDecrypt
Function: poseidonDecrypt()
poseidonDecrypt(
ciphertext
,key
,nonce
,length
):PlainText
<bigint
>
Parameters
• ciphertext: CipherText
<bigint
>
the ciphertext to decrypt
• key: EncryptionKey
<bigint
>
the key to decrypt with
• nonce: bigint
the nonce used to encrypt
• length: number
the length of the plaintext
Returns
PlainText
<bigint
>
the plaintext
Defined in
node_modules/.pnpm/@zk-kit+poseidon-cipher@0.3.1/node_modules/@zk-kit/poseidon-cipher/dist/types/poseidonCipher.d.ts:18