Binary encoding is not proper big-endian byte array even if `binaryOrder = BigEndian`
Closed this issue · 1 comments
omerfirmak commented
Lines 933 to 939 in 7e78d86
WriteTo
first writes the least significant word, so even if the individual words are in big-endian format entire bitset is not properly encoded as a big-endian byte array.
lemire commented
If you have trouble serializing and deserializing a bitset, please provide a complete reproducible test case.
As written, this issue fails to identify a reproducible bug.
Closing.