CipherTextBytes
type CipherTextBytes = CipherText & {
messageLength: number;
};
Defined in: lib/provable/crypto/encryption.ts:16
Type declaration
messageLength
messageLength: number;
type CipherTextBytes = CipherText & {
messageLength: number;
};
Defined in: lib/provable/crypto/encryption.ts:16
messageLength: number;