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 oconnor663
Recipients oconnor663
Date 2017-11-03.12:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509712046.35.0.213398074469.issue31933@psf.upfronthosting.co.za>
In-reply-to
Content
See https://github.com/BLAKE2/libb2/issues/12.

All Blake2 params have to be encoded in little-endian byte order. For the two multi-byte integer params, leaf_length and node_offset, that means that assigning a native-endian integer to them appears to work on little-endian platforms, but gives the wrong result on big-endian. The current libb2 API doesn't make that very clear, and @sneves is working on new API functions in the GH issue above. In the meantime, we can work around the problem by explicitly assigning little-endian values to the parameter block.
History
Date User Action Args
2017-11-03 12:27:26oconnor663setrecipients: + oconnor663
2017-11-03 12:27:26oconnor663setmessageid: <1509712046.35.0.213398074469.issue31933@psf.upfronthosting.co.za>
2017-11-03 12:27:26oconnor663linkissue31933 messages
2017-11-03 12:27:26oconnor663create