Skip to content

Releases: aprismatic/paillier-homomorphism

Enabled some optimizations

04 Jan 14:50
Compare
Choose a tag to compare

Previously to execute a homomorphic operation, BigInteger ciphertext was converted into a byte array and then back into a BigInteger. This release adds methods that can work directly with BigIntegers.

Big changes to public API + support for Spans

27 Sep 16:03
Compare
Choose a tag to compare
0.12.0

Added support for spans instead of array copying, added more tests, m…

Naming: PaillierExt -> Paillier

12 Sep 12:07
Compare
Choose a tag to compare
0.11.0

update secret tokens in gh actions and add RepositoryUrl to .csproj

Release NuGet Packages

17 Mar 17:28
Compare
Choose a tag to compare
0.10.2

Release nuget packages as artifact