diff --git a/include/tlwe.hpp b/include/tlwe.hpp index 6675767..4eb9406 100644 --- a/include/tlwe.hpp +++ b/include/tlwe.hpp @@ -112,7 +112,7 @@ typename P::T tlweSymIntDecrypt(const TLWE
&c, const Key
&key) return tlweSymIntDecrypt
(c, key);
}
-template &key)
{
@@ -127,7 +127,7 @@ template &key)
{
- return bootsSymEncrypt (p, key);
+ return bootsSymEncrypt (p, key);
}
template (p, sk.key.get ());
}
+template (p, sk.key.get ());
+}
+
template &key)