X-Git-Url: http://nitlanguage.org diff --git a/lib/crapto/examples/repeating_key_xor_solve.nit b/lib/crapto/examples/repeating_key_xor_solve.nit index f88e2d9..82d5652 100644 --- a/lib/crapto/examples/repeating_key_xor_solve.nit +++ b/lib/crapto/examples/repeating_key_xor_solve.nit @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +module repeating_key_xor_solve is example + import base64 import crapto