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" -