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.
i have done this but at decryption their is a problem, the result doesnt accept string, even if its the same.
Expected: equal to "This is a test!"
Actual: "This is a test!
after verbosing i found out that there sis no space at the end,
the only difference between input and output is that the output has NULL character ASCII 0x00 at the end.
please suggest solution.....
nice cat btw (^ w^)
This comment is hidden because it contains spoiler information about the solution