Files
Lukasz Jagiello a204a36e87 fix: resolve ruff E501 and dead hackmd link CI failures (#94)
* fix(scripts): wrap long lines in verify_crypto_examples for ruff

The Lint Scripts workflow failed with 18 E501 line-too-long errors in
scripts/verify_crypto_examples.py, and the follow-up `ruff format
--check` step would have failed on the same file. Ran `ruff format`
to fix the wrappable lines, then split the remaining long help string,
comment, and f-string by hand. No behavioral change.

Claude-Session: https://claude.ai/code/session_01WbafsCGmhJNgftRAg9Xrw8

* fix(crypto): remove dead hackmd.io link from modern-ciphers-4

The Link Checker workflow failed because https://hackmd.io/vq8pc6
returns 404 (two occurrences in ctf-crypto/modern-ciphers-4.md). Keep
the picoCTF 2025 attribution as plain text and link the References
line to RFC 8439 directly, which was already cited alongside it.

Claude-Session: https://claude.ai/code/session_01WbafsCGmhJNgftRAg9Xrw8
2026-09-12 10:36:50 -07:00
..