CipherText
type CipherText = {
cipherText: Field[];
publicKey: Group;
};
Defined in: lib/provable/crypto/encryption.ts:12
Properties
cipherText
cipherText: Field[];
Defined in: lib/provable/crypto/encryption.ts:14
publicKey
publicKey: Group;
Defined in: lib/provable/crypto/encryption.ts:13