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.
Prolog translation
"The bit size must be a power of 2 greater than or equal to 8." is not currently being tested, and there are some answers that just require it to be a multiple of 8.
Missing random tests in Ruby.
This isn't currently being tested in python or ruby.
Scala translation
I don't understand the purpose of the 'update' method (python).
Is this were the SHA1 padding/preprocessing is to take place?
TypeScript translation
The formula for
d
is wrong, and furthermore it's not clear that it is the formula ford
in the first place.I propose changing "Compute the modular multiplicative inverse of
e (mod n)
- this will be the exponent used in the private key" to "Compute the modular multiplicative inverse ofe (mod phi(n))
- this will be the exponentd
used in the private key".when submitting Verify has a bug:
TypeError: lstrip arg must be None or str
which seems to be caused by an invalid second argument to lstrip