continued reorganisation

This commit is contained in:
Emile Clark-Boman 2025-06-21 21:29:00 +10:00
parent 6f8a7322f2
commit 0a2d9a5694
22 changed files with 190 additions and 61 deletions

10
README Normal file
View file

@ -0,0 +1,10 @@
#### Running
The original file `bcrypt.ctf.py` can run on any version of python3.
`bcrypter.py` however is only compatible with Python 3.14.0a4 or above.
Mostly just cause I dislike `typing.Self`, and Python 3.14 now has the
wonderful `__annotate__` object method (see [PEP 649](https://peps.python.org/pep-0649/)
& [PEP 749](https://peps.python.org/pep-0749/)) which solves my issues
on type hint semantics and static type analysis.
Beyond versioning, `bcrypter.py` has no dependencies beyond the stdlib.
Enjoy :)