From 4058ebed508f25245cd765990fc93db65efc7d94 Mon Sep 17 00:00:00 2001
From: couturie <couturie@extinction>
Date: Thu, 24 Aug 2017 22:31:26 +0200
Subject: [PATCH 1/1] new

---
 OneRoundIoT/OneRound/one_round_new.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/OneRoundIoT/OneRound/one_round_new.cpp b/OneRoundIoT/OneRound/one_round_new.cpp
index fd1ff8a..24702f2 100644
--- a/OneRoundIoT/OneRound/one_round_new.cpp
+++ b/OneRoundIoT/OneRound/one_round_new.cpp
@@ -248,8 +248,8 @@ void encrypt(uchar* seq_in, uchar *seq_out, int len,uchar* RM1,int *Pbox, int *P
 */
   uchar X[h2];
   uchar fX[h2];
-  unsigned int *lX=(unsigned int*)X;
-  unsigned int *lseq_in=(unsigned int*)seq_in;
+//  unsigned int *lX=(unsigned int*)X;
+//  unsigned int *lseq_in=(unsigned int*)seq_in;
   
 
   for(int it=0;it<len;it++) {
-- 
2.39.5