fhe-traits 0.1.0

Traits for the fhe.rs library
Documentation

fhe-traits crate version documentation

Traits defining the interface for fully homomorphic encryption types and operations.

This crate provides common abstractions for parameters, plaintext and ciphertext representations, encoding, encryption, decryption and serialization used throughout the fhe.rs crates.

Installation

[dependencies]
fhe-traits = "0.1.0-beta.8"

Testing

cargo test -p fhe-traits

License

This project is licensed under the MIT license.

Security / Stability

The code in this crate has not undergone an independent security audit and the API may change before version 1.0.0. Use at your own risk.