fhe-v0.1.0-beta.3
tlepoint
released this
11 Sep 17:19
·
114 commits
to main
since this release
Crates
https://crates.io/crates/fhe
https://crates.io/crates/fhe-math
https://crates.io/crates/fhe-traits
https://crates.io/crates/fhe-util
What's Changed
- RGSW mistakenly appeared to depend on a feature; fixes #122. by @tlepoint in #123
- Computes correctly the number of bits in the plaintext; fixes #126 by @tlepoint in #127
- Remove some nightly features, see #117 by @tlepoint in #130
- Bump actions/checkout from 2 to 3 by @dependabot in #131
- Remove the nightly features, except for code coverage and formatting by @tlepoint in #132
- Explicitely specify the RNG everytime randomness is involved by @tlepoint in #133
- Remove unnecessary casting by defining more conversions by @tlepoint in #134
- Starting better documentation by @tlepoint in #135
Full Changelog: fhe-v0.1.0-beta.2...fhe-v0.1.0-beta.3