From 9ff66b8555ac0e18366b19bde08f48d9c31c1663 Mon Sep 17 00:00:00 2001 From: Anton Oster Date: Mon, 12 May 2014 10:33:04 +0200 Subject: [PATCH] ENC: added ecrypt func --- src/pqc_encrypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pqc_encrypt.c b/src/pqc_encrypt.c index 435bcd8..fd92ee2 100644 --- a/src/pqc_encrypt.c +++ b/src/pqc_encrypt.c @@ -41,8 +41,8 @@ void pb_encrypt(ntru_context *ctx, pb_poly *rnd, pb_poly *msg, pb_poly *pubKey, - pb_poly *out) { - + pb_poly *out) +{ mp_int *tmpOut; mp_int *tmpMsg; mp_int mp_mod;