export interface EncryptedProvingRequest {
    key_id: string;
    ciphertext: string;
}
