Files
fhe-study/arith
arnaucube d484f29b17 arith: get rid of constant generics. Reason:
using constant generics was great for allocating the arrays in the
stack, which is faster, but when started to use bigger parameter values,
in some cases it was overflowing the stack. This commit removes all the
constant generics in all of the `arith` crate, which in some cases slows
a bit the performance, but allows for bigger parameter values (on the
ones that affect lengths, like N and K).
2025-08-11 18:18:58 +00:00
..
2025-07-16 21:02:07 +02:00
2025-06-22 19:15:14 +02:00

arith

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