libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
411 stars 96 forks source link

Remove excessive byte-swapping in pytwofish.py #336

Closed musicinmybrain closed 1 year ago

musicinmybrain commented 1 year ago

Since the explicitly little-endian struct format strings are already handling byte-swapping, remove the WORD_BIGENDIAN flag and all of the excessive byte-swapping it enables.

Fixes #332.

Evidlo commented 1 year ago

Thanks for the contribution!