Skip to content

Commit

Permalink
sagemath resource
Browse files Browse the repository at this point in the history
  • Loading branch information
AVDestroyer committed Oct 28, 2024
1 parent 61c6456 commit e9fa304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fall-24/crypto/crypto-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ The following challenges in increasing difficulty are deployed to [platform.acmc
## Resources
The follow resources are great to practice/learn about the ciphers covered in the slides.
- [pycryptodome](https://pypi.org/project/pycryptodome/): A library that implements many modern-day cryptographic algorithms.
- [alperton](https://www.alpertron.com.ar/DILOG.HTM): Has a discrete logarithm solver that works fast for small `n`.
- [alperton](https://www.alpertron.com.ar/DILOG.HTM): Has a discrete logarithm solver that works fast for small `n`.
- [SageMath](https://www.sagemath.org/): An open-source mathematical software tool. Works with Python and has many constructs that are very useful in modular arithmetic/cryptography.

0 comments on commit e9fa304

Please sign in to comment.