tlepoint
released this
03 Feb 19:32
·
21 commits
to main
since this release
What's Changed
- More u256 instead of u192 by @tlepoint in #210
- If not avx2 nor macos, make the reduce1_vt call reduce1 by @tlepoint in #211
- Split the ntt from zq by @tlepoint in #212
- Specify minimum version of rust in Cargo.toml files by @tlepoint in #213
- Bump thiserror from 1.0.49 to 1.0.50 by @dependabot in #215
- Bump ethnum from 1.4.0 to 1.5.0 by @dependabot in #217
- Multipary BFV by @samtay in #218
- Remove a few unwrap by @tlepoint in #219
- Bump prost from 0.12.1 to 0.12.2 by @dependabot in #225
- Bump zeroize from 1.6.0 to 1.7.0 by @dependabot in #224
- Bump proptest from 1.3.1 to 1.4.0 by @dependabot in #222
- Update prost, itertools by @tlepoint in #228
- Serialize ciphertext in power basis representation by @tlepoint in #229
- Bump thiserror from 1.0.50 to 1.0.52 by @dependabot in #231
- Bump thiserror from 1.0.52 to 1.0.53 by @dependabot in #232
- Bump thiserror from 1.0.53 to 1.0.56 by @dependabot in #233
- Bump console from 0.15.7 to 0.15.8 by @dependabot in #234
- Run security audit on PR and every Monday by @tlepoint in #236
- Use a larger poly size in the unit tests by @fionser in #235
- skip computing the higher order of secret key in BFV decryption by @fionser in #237
- Bump actions/checkout from 1 to 4 by @dependabot in #239
- faster constant time reduction from [0, 2p) by @fionser in https://github.com//pull/238
- Bump itertools from 0.12.0 to 0.12.1 by @dependabot in #241
New Contributors
Full Changelog: fhe-v0.1.0-beta.7...fhe-v0.1.0-beta.8