decryptBytes
function decryptBytes(cipherText: CipherTextBytes, privateKey: PrivateKey): Bytes
Defined in: lib/provable/crypto/encryption.ts:114
Decrypts a CipherText using a PrivateKey.
Parameters
cipherText
privateKey
Returns
Bytes
function decryptBytes(cipherText: CipherTextBytes, privateKey: PrivateKey): Bytes
Defined in: lib/provable/crypto/encryption.ts:114
Decrypts a CipherText using a PrivateKey.
Bytes