Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 396 Bytes

File metadata and controls

9 lines (5 loc) · 396 Bytes

Fractional Flag

My Cryptosystem is not used for encryption, but to break the flag into fractions.

Solution

solve.sage contains my solution which is just to reference paper https://eprint.iacr.org/2022/1241.pdf. Idea is basically continued fraction as hinted in challenge title.

I also attached kanon's solution script in solve_kanon.py who used LLL.