Skip to content

Release 0.4.1

Compare
Choose a tag to compare
@lonkey lonkey released this 12 Jul 18:42
· 5 commits to main since this release
5068871
* Fiat-Shamir keypair generation

* Python 3 explicitly defined as runtime environment

* Fiat-Shamir verification

* README.md updated

* Fiat-Shamir attack scheme

* Fermat's factorization

* Imports from cryptographic_functions fixed

* Typo fixed

* Elliptic curve point verification

* Elliptic curve point addition

* Elliptic curve point addition bug fix

* Pollard's rho algorithm

* Pollard's rho corner case added

* README.md updated

* README.md updated

* ElGamal signature signing

* README.md typo fixed

* ElGamal signature verifying

* ElGamal homomorphic multiplicative scheme

* ElGamal homomorphic multiplicative decryption