Skip to content

How can I enable pyfhel on a vector of size greater than 2**15? Does BatchEnabled helps? #199

Closed
@Deepthiappasani

Description

@Deepthiappasani

I was trying to encrypt a vector of size 256134568 which is way larger than the Poly_modulus_degree (N) that Pyfhel accepts.
However, I tried to do it by dividing the vector into different chunks. But it isn't time efficient. Can you suggest any workaround or more efficient way to do it? In some papers, I've seen the brief mentions of Batch Enabling, does this relate to my concern? Can you provide me more context or how to enable batching or its usecase?

Metadata

Metadata

Assignees

No one assigned

    Labels

    FunctionalityWether this library supports a certain operation or not

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions