Release 1.2.2
- Fixes Barrett reduce native benchmark (#65)
- Fixes 32 bit invntt (#73)
- Fixes CMake 3.13 compilation (#67)
- Added information of HElib integration to README (#63)
- Added random number generator which generates a vector of specified size with random values drawn uniformly from [0, modulus) (https://github.com//pull/62)
- Added random input values for benchmarks (#66)
- Uses Generalized Barrett Reduction algorithm for EltwiseMultMod (#68)
- Avoids memcpy operations on NTT (#72)
- Added performance tips to README (#74)
- Improves performance of Barrett Reduction (#75)
Co-Authored-by: @fboemer
Co-Authored-by: @joserochh
Co-Authored-by: @GelilaSeifu