COMMITS
/ ciphers/hill_cipher.py May 26, 2023
C
Add more ruff rules (#8767)
Christian Clauss committed
October 12, 2022
May 13, 2022
O
Improve code on f-strings and brevity (#6126)
Omkaar committed
April 4, 2021
D
fix(mypy): type annotations for cipher algorithms (#4306)
Dhruv Manilawala committed
November 19, 2020
D
Move CI tests from Travis to GitHub (#3889)
Dhruv Manilawala committed
October 16, 2020
J
Add typehints ciphers and bool alg (#3264)
Jenia Dysin committed
July 6, 2020
C
isort --profile black . (#2181)
Christian Clauss committed
June 16, 2020
C
Set the Python file maximum line length to 88 characters (#2122)
Christian Clauss committed
May 18, 2020
C
hill_cipher.py: gcd() -> greatest_common_divisor() (#1997)
Christian Clauss committed
B
Add tests and type hints to hill cipher (#1991)
Bharath kumar Reddy Kotha committed
March 4, 2020
M
contribution guidelines checks (#1787)
matkosoric committed
January 18, 2020
C
Create codespell.yml (#1698)
Christian Clauss committed
January 3, 2020
C
pyupgrade --py37-plus **/*.py (#1654)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
February 21, 2019
S
Added hill_cipher.py (#696)
Sravan Kumar Vinakota committed