Skip to content

Paillier Cryptosystem with Homomorphism #11050

Paillier Cryptosystem with Homomorphism

Paillier Cryptosystem with Homomorphism #11050

Triggered via pull request October 13, 2024 16:13
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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`