Skip to content

Vetted Params presets #18

Description

@cedoor

Summary

Offer at least one vetted security-level Params preset alongside Params::unsecure(), so developers can ship something real without doing their own parameter analysis.

Background

Params::unsecure() is explicitly not a production security target. Developers who want to ship need a preset they can trust, but constructing and validating a secure parameter set requires deep FHE knowledge that most users don't have.

Work

  • Define at least one vetted preset (e.g. targeting 128-bit security) validated against standard lattice estimators
  • Expose it as e.g. Params::secure_128()
  • Document the security claim, the assumptions it rests on, and its performance implications relative to Params::unsecure()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions