mikeivanov / paillier

Pure Python Paillier Homomorphic Cryptosystem
GNU Lesser General Public License v3.0
131 stars 43 forks source link

problem import primes #6

Open GwenTheKween opened 5 years ago

GwenTheKween commented 5 years ago

Unless I'm running the interpreter on the folder paillier, import primes fails, saying that there's no such module. It will probably be solved if the line in paillier.py is changed to

import paillier.primes as primes

FourDesigners commented 4 years ago

Still no solutions found?