ecc-pycrypto icon indicating copy to clipboard operation
ecc-pycrypto copied to clipboard

A Python package for ECC and ElGamal elliptic curve encryption.

Results 1 ecc-pycrypto issues
Sort by recently updated
recently updated
newest added

I have tried to check if this implementation can be used for Additive homomorphism available in ElGamal. For example, to achieve sometime like this this `ADD(X,Y) = Enc(plain_text_1+plain_text_2) ` where...