forked from libkeepass/pykeepass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove excessive byte-swapping in pytwofish.py (libkeepass#336)
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 libkeepass#332.
- Loading branch information
1 parent
d410a08
commit cb2636d
Showing
1 changed file
with
20 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters