From 6c26f9bbc1f612d47535b145551f5d90df20093b Mon Sep 17 00:00:00 2001 From: Vinayaka Jyothi Date: Wed, 15 Feb 2017 15:40:43 -0500 Subject: [PATCH] Updated test message --- notebook/DES_HAPI_Single_Core.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/DES_HAPI_Single_Core.ipynb b/notebook/DES_HAPI_Single_Core.ipynb index 866a69d..28a2e45 100644 --- a/notebook/DES_HAPI_Single_Core.ipynb +++ b/notebook/DES_HAPI_Single_Core.ipynb @@ -230,7 +230,7 @@ } ], "source": [ - "txt =\"Let us try to encrypt this\"\n", + "txt =\"Let us try to encrypt this. Random Message--> Also note as long as you can count on one character separating consecutive integers on a line you don't have to care what the character is (and you don't so much as look at comma).\"\n", "data_2send,enc_in_hex=data_formatter(txt)\n", "#print(enc_in_hex)\n", "cryptRes=[]\n",