FHERMA is a platform dedicated to Fully Homomorphic Encryption (FHE) challenges.
Follow the links provided below to find more details about the platform, participant guides and supported libraries:
- About FHERMA — Information about FHERMA, the challenge committee, and contact details.
- FHERMA participation guide — Details on FHERMA challenges and requirements.
- OpenFHE — Repository, README, and installation guide.
- OpenFHE Python — Repository, README, and installation guide.
- OpenFHE-rs — Rust wrapper, a walk-through tutorial and documentation.
- Apple Swift-Homomorphic-Encryption — Repository, README, and installation guide.
- FHE Resources — A vast collection of resources, including tutorials and walk-throughs, use-cases and demos.
- Polycircuit — FHE Components Library
The templates
folder contains starter templates for your project. While some challenge folders may also include specific templates, this folder provides the most generic templates, which must be adjusted before submission.
Available templates:
openfhe
: template for a C++ OpenFHE-based solution.openfhe-python
: template for an OpenFHE-Python-based solution.
FHERMA offers two types of challenges: white box and black box. You can learn more by following FHERMA participation guide
You can validate your solution locally using the fherma-validator docker image for white box challenges validation.
For black box challenges, you can find test cases on the Play tab and validate the results yourself before submission. The evaluation metric may vary by challenge, but usually, the primary metric for black box challenges is accuracy.