| Crates.io | fhe-traits |
| lib.rs | fhe-traits |
| version | 0.1.1 |
| created_at | 2022-09-06 22:30:34.373445+00 |
| updated_at | 2025-11-23 14:52:00.815872+00 |
| description | Traits for the fhe.rs library |
| homepage | |
| repository | https://github.com/tlepoint/fhe.rs |
| max_upload_size | |
| id | 659801 |
| size | 10,579 |
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.
[dependencies]
fhe-traits = "0.1.1"
cargo test -p fhe-traits
This project is licensed under the MIT license.
The code in this crate has not undergone an independent security audit. Use at your own risk.