This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients eric.smith, jdemeyer, mark.dickinson, rhettinger, sir-sigurd, tim.peters
Date 2018-09-26.21:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537995965.13.0.545547206417.issue34751@psf.upfronthosting.co.za>
In-reply-to
Content
> The two-liner above with the xor in the second line is exactly Bernstein 33A, followed by a permutation of 33A's _output_ space.

Not output space, but internal state (I assume that you do that operation inside the loop). It's replacing DJBX33A by a different algorithm which is not DJBX33A. It may or may not work, that's not my point. It's just that I would avoid changing the structure of the algorithm if there is no reason to.
History
Date User Action Args
2018-09-26 21:06:05jdemeyersetrecipients: + jdemeyer, tim.peters, rhettinger, mark.dickinson, eric.smith, sir-sigurd
2018-09-26 21:06:05jdemeyersetmessageid: <1537995965.13.0.545547206417.issue34751@psf.upfronthosting.co.za>
2018-09-26 21:06:05jdemeyerlinkissue34751 messages
2018-09-26 21:06:05jdemeyercreate