ouspg / CryptoCourse

The course cryptographic systems and their weaknesses in the University of Oulu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 5 improvements

Nicceboy opened this issue · comments

Task 1

  • Crypto libraries usually calculate full tag length behind the scenes, and strips the leftmost bytes for output
  • Because of this, it is also OK for the user to strip bytes if the minimum tag length is not small enough, there is no need to modify library, this could be mentioned

Task 3:

  • Might want more details in instructions
  • Mention that it is ok to use values from the paper, because it is only option to not make this too hard