Skip to content

Release 1.2.2

Compare
Choose a tag to compare
@GelilaSeifu GelilaSeifu released this 23 Oct 01:03
· 33 commits to main since this release
343acab
  • 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