Skip to main content

Crate confium_tc_fhe_bfv

Crate confium_tc_fhe_bfv 

Source
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.
BfvPublicKey
BFV public key.
BfvSecretKeyShare
Secret key share (held by one party).

Enums§

BfvError
Errors during BFV operations.

Functions§

validate_params
Validate that BFV parameters are reasonable.