nucypher / DarkIntegers.jl

A modulo arithmetic toolbox for integers and polynomials
https://nucypher.github.io/DarkIntegers.jl
GNU General Public License v3.0
7 stars 2 forks source link

Add "signed" modulo integers #10

Open fjarri opened 4 years ago

fjarri commented 4 years ago

A number of paper works with "centralized" modulo numbers, that is for a modulus q they lie in [-q÷2, q÷2]. For example, see Shuhong Gao's FHE scheme (and SGFHE project).