1

I am reading lattice based cryptography for my master thesis, I am looking for the earliest version of BKZ algorithm, and its applications in cryptography, to understand it very well, I already know about LLL algorithm. and thanks in advance

Don Freecs
  • 453
  • 3
  • 14

1 Answers1

2

BKZ was described in Lattice basis reduction: improved practical algorithms and solving subset sum problems by C. P. Schnorr, M. Euchner in 1994. As the title suggests, it was first used for solving the subset sum problem.

https://academic.microsoft.com/paper/2126483728

Updated the link(s) because Microsoft Academics is closing.

https://www.semanticscholar.org/paper/Lattice-basis-reduction%3A-Improved-practical-and-sum-Schnorr-Euchner/ca9742f2d1bca725a1a66164e036ad6378c5625b

https://www.semanticscholar.org/paper/Lattice-Basis-Reduction%3A-Improved-Practical-and-Sum-Schnorr-Euchner/f6659bfc4ff29a107e8dfd612099f4f8d918fe79

DannyNiu
  • 9,207
  • 2
  • 24
  • 57