You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucube 4f89caef1e fit T64 into the 'Ring' trait, this is to use it in tfhe instead of using Tn<1> which is more tedious 1 week ago
..
sage implement GLWE key switching 3 weeks ago
src fit T64 into the 'Ring' trait, this is to use it in tfhe instead of using Tn<1> which is more tedious 1 week ago
.gitignore mv arithmetic arith 1 month ago
Cargo.toml add Ring trait, adapt R & Rq to it; add TR (tuple_ring) 1 month ago
README.md polish, tensor & mul with relinearization works for some parameters choice 1 month ago

README.md

arith

Contains $\mathbb{Z}_q$ and $\mathbb{Z}_q[X]/(X^N+1)$ arithmetic implementations, together with the NTT implementation.