From 3df2dc94d03ab682fb918625327d8f41e42cd958 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Fri, 25 Jun 2021 08:41:45 +0000
Subject: [PATCH] Update pixel.cpp

---
 pixel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pixel.cpp b/pixel.cpp
index 1d062ad..a56c140 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -18,7 +18,7 @@ void decrypt(int data);
 // void toAscii(char *c);
 
 
-void pixel(char key[3],
+void pixel(char key[16],
         ap_int<32> selector,
 		ap_int<32> position1,
 		ap_int<32> position2,
-- 
GitLab