mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
6 lines
118 B
Rust
6 lines
118 B
Rust
use crate::parameters::GlweParameters;
|
|
|
|
pub type MacroParam = (GlweParameters, u64);
|
|
|
|
pub const VERSION: &str = "v1";
|