Zhtluo's blog

By Zhtluo, history, 2 years ago, In English

So apparently after ML problems we are getting crypto problems in ICPC...

Link: https://zhtluo.com/cp/lll-yet-another-paper-reading-problem.html

  • Vote: I like it
  • +7
  • Vote: I do not like it

»
2 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

This can also be solved with LLL

»
2 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

Let me add that another (interesting) task that can be done with LLL is recovering the seed of a truncated LCG (Linear Congruential Generator, a type of RNG) from its output.