> For the complete documentation index, see [llms.txt](https://the-winrars.gitbook.io/writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-winrars.gitbook.io/writeups/2021-writeups/union-ctf/neo-classical.md).

# Neo-classical

The script implements a discrete log function using matrices. We solve this by doing some stuff with the Jordan form of the matrices by using this stackexchange post <https://crypto.stackexchange.com/questions/3840/a-discrete-log-like-problem-with-matrices-given-ak-x-find-k> and yada yada yada oh hey whats this <http://ctftime.org/writeup/8676> anyway yoink script bam solve
