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.
Why in this test exception should not be raised?
Counter class is a dict subclass, not dict in itself.
The same in random tests:
According to tests, exception also should not be raised.
Why?
'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?