ENC: added ecrypt func

This commit is contained in:
Anton Oster 2014-05-12 10:33:04 +02:00
parent e41438476d
commit 9ff66b8555
1 changed files with 2 additions and 2 deletions

View File

@ -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;