Skip to content

Paillier Cryptosystem with Homomorphism #11051

Paillier Cryptosystem with Homomorphism

Paillier Cryptosystem with Homomorphism #11051

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): ciphers/paillier_cryptosystem.py#L55
ciphers/paillier_cryptosystem.py:55:1: I001 Import block is un-sorted or un-formatted
Ruff (N802): ciphers/paillier_cryptosystem.py#L60
ciphers/paillier_cryptosystem.py:60:9: N802 Function name `primeGenerator` should be lowercase
Ruff (N805): ciphers/paillier_cryptosystem.py#L60
ciphers/paillier_cryptosystem.py:60:24: N805 First argument of a method should be named `self`
Ruff (N802): ciphers/paillier_cryptosystem.py#L69
ciphers/paillier_cryptosystem.py:69:9: N802 Function name `GCD` should be lowercase
Ruff (N805): ciphers/paillier_cryptosystem.py#L69
ciphers/paillier_cryptosystem.py:69:13: N805 First argument of a method should be named `self`
Ruff (N802): ciphers/paillier_cryptosystem.py#L78
ciphers/paillier_cryptosystem.py:78:9: N802 Function name `LCM` should be lowercase
Ruff (N805): ciphers/paillier_cryptosystem.py#L78
ciphers/paillier_cryptosystem.py:78:13: N805 First argument of a method should be named `self`
Ruff (N802): ciphers/paillier_cryptosystem.py#L84
ciphers/paillier_cryptosystem.py:84:9: N802 Function name `getInverse` should be lowercase
Ruff (N805): ciphers/paillier_cryptosystem.py#L84
ciphers/paillier_cryptosystem.py:84:20: N805 First argument of a method should be named `self`
Ruff (N802): ciphers/paillier_cryptosystem.py#L91
ciphers/paillier_cryptosystem.py:91:9: N802 Function name `L` should be lowercase