Paillier Cryptosystem with Homomorphism #11050
Annotations
10 errors
Ruff (W291):
ciphers/paillier_cryptosystem.py#L2
ciphers/paillier_cryptosystem.py:2:71: W291 Trailing whitespace
|
Ruff (I001):
ciphers/paillier_cryptosystem.py#L57
ciphers/paillier_cryptosystem.py:57:1: I001 Import block is un-sorted or un-formatted
|
Ruff (N802):
ciphers/paillier_cryptosystem.py#L61
ciphers/paillier_cryptosystem.py:61:9: N802 Function name `primeGenerator` should be lowercase
|
Ruff (N805):
ciphers/paillier_cryptosystem.py#L61
ciphers/paillier_cryptosystem.py:61:24: N805 First argument of a method should be named `self`
|
Ruff (N802):
ciphers/paillier_cryptosystem.py#L70
ciphers/paillier_cryptosystem.py:70:9: N802 Function name `GCD` should be lowercase
|
Ruff (N805):
ciphers/paillier_cryptosystem.py#L70
ciphers/paillier_cryptosystem.py:70:13: N805 First argument of a method should be named `self`
|
Ruff (N802):
ciphers/paillier_cryptosystem.py#L79
ciphers/paillier_cryptosystem.py:79:9: N802 Function name `LCM` should be lowercase
|
Ruff (N805):
ciphers/paillier_cryptosystem.py#L79
ciphers/paillier_cryptosystem.py:79:13: N805 First argument of a method should be named `self`
|
Ruff (N802):
ciphers/paillier_cryptosystem.py#L85
ciphers/paillier_cryptosystem.py:85:9: N802 Function name `getInverse` should be lowercase
|
Ruff (N805):
ciphers/paillier_cryptosystem.py#L85
ciphers/paillier_cryptosystem.py:85:20: N805 First argument of a method should be named `self`
|