ZenGo-X / class

Rust library for building IQC: cryptography based on class groups of imaginary quadratic orders
GNU General Public License v3.0
63 stars 31 forks source link

remove redundant computation from Jacobi test #43

Open omershlo opened 3 years ago

omershlo commented 3 years ago

https://github.com/ZenGo-X/class/blob/2a8fa3bb58a2c177ccb1a429887d680988580b68/src/primitives/cl_dl_lcm.rs#L541-L543 modulo is computed twice.