Skip to content

Releases: aprismatic/elgamal

Fixes to key generation & Plaintext operations

31 Aug 10:13
a8f59ac
Compare
Choose a tag to compare

In this release, key generation procedure is put in compliance with a standard ElGamal implementation (as you can find e.g. in OpenPGP). Also, we added new APIs for multiplication, division and exponentiation by a plaintext (c * k, c / k, c^k, where k is plaintext).

Expose key structs

04 Jun 15:41
e2a970d
Compare
Choose a tag to compare
Public keystruct (#27)

* Public keystruct

* access to encryption parameters

* minor

Co-authored-by: bazzilic <bazzilic@gmail.com>

Performance optimizations

02 Jun 18:33
01f01e0
Compare
Choose a tag to compare
Performance optimizations (#26)

* perf optimisations

* deps version bump

Update dependencies

17 Mar 18:06
Compare
Choose a tag to compare
0.10.2

Update dependencies

Initial GitHub NuGet Release

14 Mar 06:22
Compare
Choose a tag to compare
v0.10.1

Switch to GitHub CI/CD