# fhe-traits [](https://crates.io/crates/fhe-traits) [](https://docs.rs/fhe-traits)
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`](https://github.com/tlepoint/fhe.rs) crates.
## Installation
```toml
[dependencies]
fhe-traits = "0.1.1"
```
## Testing
```bash
cargo test -p fhe-traits
```
## License
This project is licensed under the [MIT license](https://opensource.org/licenses/MIT).
## Security / Stability
The code in this crate has not undergone an independent security audit.
Use at your own risk.