mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 15:18:33 -05:00
5 lines
99 B
Rust
5 lines
99 B
Rust
#[cfg(feature = "integer")]
|
|
pub mod high_level_api;
|
|
#[cfg(feature = "shortint")]
|
|
pub mod shortint;
|