Expand description
Threshold BFV fully homomorphic encryption — research prototype (P3).
Computation on encrypted data without decryption, plus threshold: computation requires quorum agreement. Long horizon research.
For OIML: statistical analysis of test reports without decrypting individual reports. Compute aggregate quality metrics across manufacturers without revealing individual measurements.
See TODO.roadmap/40-threshold-fhe.md for full spec.
Structs§
- BfvCiphertext
- BFV ciphertext (pair of polynomials).
- BfvParams
- BFV parameters.
- BfvPublic
Key - BFV public key.
- BfvSecret
KeyShare - Secret key share (held by one party).
Enums§
- BfvError
- Errors during BFV operations.
Functions§
- validate_
params - Validate that BFV parameters are reasonable.