Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Explain what
Convert from MSB to LSB
means.Here you want to reverse bytes, which is equivalent to convert from big endian to little endian
This feature is confusing. Which hash must be converted to LSB? inputs? ouput? A each reduction step?
'LSB(least significant bit) convention is used, all hashes must be converted from MSB to LSB'
Could you explain what does this sentence means ? How should I understand it ?
So hashes, which are passed to function are in MSB convention? And they should be converted to LSB before concatenation?