mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-24 04:33:52 +01:00
add discretized torus & 𝕋_<N,q>[X]; organize a bit arith crate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use anyhow::Result;
|
||||
|
||||
use arith::{Matrix, Rq, C, R};
|
||||
use arith::{Matrix, Ring, Rq, C, R};
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct SecretKey<const Q: u64, const N: usize>(Rq<Q, N>);
|
||||
|
||||
Reference in New Issue
Block a user