Decryption performance improvement
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.