Skip to content

Decryption performance improvement

Compare
Choose a tag to compare
@miurahr miurahr released this 01 Jun 13:25
· 1100 commits to master since this release

Changed

  • Decryption: performance improvement.
    Introduce helpers.calculate_key3(), which utilize list comprehension expression, bytes generation
    with join(). It reduces a number of calls of hash library and improve decryption performance.