-
D(D(E(E(m)))) !=m
why so ?
----
essentially this implies being unable to perform 2nd layer of encryption, which is needed for exploiting the homomorphism in the 1st layer
-
See #1
-
ECDSA is the primary signature scheme used by many cryptocurrencies, including most Bitcoin variants and Ethereum. ECDSA doesn't support a threshold or aggregate configuration by default (versus newer…
-
Are partially homomorphic encryption schemes like Paillier and Damgård-Jurik within the scope of Ring, or would a new crate be more appropriate?
-
Just wondering your thoughtson the implementation of safe prime generation routines and whether this is within this crates scope?
As a bit of background, safe primes are primes of the form `q = 2p+1`…
-
I was implementing the Paillier cryptosystem as an exercise. I happened to stumble across this implementation and gave it a read through, particularly to see the key generation code. I noticed that th…
eu90h updated
8 years ago
-
To aide testing integration between python-paillier and javallier, add a command line program to:
- generate and serialize key pairs (of different key sizes)
- encrypt and serialize given a public key…