From 9c25aab85c66626ea4f77c23a7a5b3d2423123cf Mon Sep 17 00:00:00 2001
From: Gizem S Cetin
Date: Tue, 28 Aug 2018 17:49:54 -0400
Subject: [PATCH] Added: Multibit CLA
---
cufhe/python/test_circuits_gpu.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/cufhe/python/test_circuits_gpu.py b/cufhe/python/test_circuits_gpu.py
index 48b7a0a..beb9bed 100644
--- a/cufhe/python/test_circuits_gpu.py
+++ b/cufhe/python/test_circuits_gpu.py
@@ -93,6 +93,5 @@
c = c1 + c2
elapsed = timeit.default_timer() - start_time
result = c.Decrypt(prikey)
-print m1, " & " , m2, " = ", result
+print m1, " + " , m2, " = ", result
print elapsed, " sec"
-