Skip to content

Releases: tlepoint/fhe.rs

fhe-v0.1.0-beta.8

03 Feb 19:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: fhe-v0.1.0-beta.7...fhe-v0.1.0-beta.8

fhe-v0.1.0-beta.7

13 Oct 01:55
3a71559
Compare
Choose a tag to compare

What's Changed

Full Changelog: fhe-v0.1.0-beta.6...fhe-v0.1.0-beta.7

fhe-v0.1.0-beta.6

09 Oct 14:23
dd8b272
Compare
Choose a tag to compare

What's Changed

Full Changelog: fhe-v0.1.0-beta.5...fhe-v0.1.0-beta.6

fhe-v0.1.0-beta.5

05 Sep 21:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: fhe-v0.1.0-beta4...fhe-v0.1.0-beta.5

fhe-v0.1.0-beta.4

13 Oct 12:05
a0287ba
Compare
Choose a tag to compare

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

Full Changelog: fhe-v0.1.0-beta.3...fhe-v0.1.0-beta4

fhe-v0.1.0-beta.3

11 Sep 17:19
4b6391e
Compare
Choose a tag to compare

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

Full Changelog: fhe-v0.1.0-beta.2...fhe-v0.1.0-beta.3

fhe v0.1.0-beta.2

07 Sep 01:31
d13c33c
Compare
Choose a tag to compare

This release fixes a bug that did not allow to decrypt a modulo-switched ciphertext correctly.

Commit Statistics

  • 1 commit contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Remove forgotten cfg(not(feature (2e247f2)

fhe v0.1.0-beta.1

07 Sep 01:23
718f0cd
Compare
Choose a tag to compare

First version of the fhe crate, that includes the BFV cryptosystem.

Commit Statistics

  • 12 commits contributed to the release over the course of 1 calendar day.
  • 0 commits were understood as conventional.
  • 6 unique issues were worked on: #114, #115, #116, #118, #120, #121

Commit Details

view details
  • #114
    • Rename crates to fhe and fhe-traits (9a3d608)
  • #115
    • Bump thiserror from 1.0.33 to 1.0.34 (e724edf)
  • #116
    • Use zeroizing instead of manual calls to zeroize (1d7bc50)
  • #118
    • Update the README with minimal example and fix compilation error (ecba998)
  • #120
    • Move internal to crates as they would be published, add changelog (cd3ba02)
  • #121
    • Remove features, remove utilities crate, bump versions (570943a)
  • Uncategorized
    • First version fhe crate (3f9e80c)
    • Release fhe-traits v0.1.0-beta.0, fhe-util v0.1.0-beta.0, fhe-math v0.1.0-beta.0, fhe v0.1.0-beta.0 (e81e1c6)
    • Adjusting changelogs prior to release of fhe-traits v0.1.0-beta.0, fhe-util v0.1.0-beta.0, fhe-math v0.1.0-beta.0, fhe v0.1.0-beta.0 (4c9ed5b)
    • Add space to test (f5e82f3)
    • Update changelog (85a00a1)
    • Switch version to a pre-release number (cd8d3b2)

fhe-util v0.1.0-beta.1

07 Sep 01:18
49d32b7
Compare
Choose a tag to compare

Bump pre-release version to match that of fhe.

Commit Statistics

  • 2 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 1 unique issue was worked on: #121

Commit Details

view details
  • #121
    • Remove features, remove utilities crate, bump versions (570943a)
  • Uncategorized

fhe-traits v0.1.0-beta.1

07 Sep 01:16
bd1094d
Compare
Choose a tag to compare

Bump pre-release version to match that of fhe.

Commit Statistics

  • 3 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 1 unique issue was worked on: #121

Commit Details

view details
  • #121
    • Remove features, remove utilities crate, bump versions (570943a)
  • Uncategorized
    • Add changelog entry (f32c4eb)
    • Adjusting changelogs prior to release of fhe-traits v0.1.0-beta.1 (3f9506e)