We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c204b09 commit aea163bCopy full SHA for aea163b
exercises/crypto-square/canonical-data.json
@@ -66,6 +66,16 @@
66
},
67
{
68
"uuid": "fbcb0c6d-4c39-4a31-83f6-c473baa6af80",
69
+ "description": "54 character plaintext results in 7 chunks, the last two with trailing spaces",
70
+ "property": "ciphertext",
71
+ "input": {
72
+ "plaintext": "If man was meant to stay on the ground, god would have given us roots."
73
+ },
74
+ "expected": "imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau "
75
76
+ {
77
+ "uuid": "33fd914e-fa44-445b-8f38-ff8fbc9fe6e6",
78
+ "reimplements": "fbcb0c6d-4c39-4a31-83f6-c473baa6af80",
79
"description": "54 character plaintext results in 8 chunks, the last two with trailing spaces",
80
"property": "ciphertext",
81
"input": {
0 commit comments