decrypt
function decrypt(__namedParameters: CipherText, privateKey: PrivateKey): Field[]
Defined in: lib/provable/crypto/encryption.ts:21
Decrypts a CipherText using a PrivateKey.
Parameters
__namedParameters
privateKey
Returns
Field
[]
function decrypt(__namedParameters: CipherText, privateKey: PrivateKey): Field[]
Defined in: lib/provable/crypto/encryption.ts:21
Decrypts a CipherText using a PrivateKey.
Field
[]