[issue19251] bitwise ops for bytes of equal length

STINNER Victor report at bugs.python.org
Mon Nov 4 12:07:34 CET 2013


STINNER Victor added the comment:

"You got me, Antoine! I'm working on a Python-only implementation of PBKDF2_HMAC. It involves XOR of two bytes in one place."

If you want super-fast code, you should probably reimplement it in C. Python is not designed for performances...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19251>
_______________________________________


More information about the Python-bugs-list mailing list