diff --git a/src/ntru_decrypt.c b/src/ntru_decrypt.c index 7797a33..d385959 100644 --- a/src/ntru_decrypt.c +++ b/src/ntru_decrypt.c @@ -19,3 +19,6 @@ * MA 02110-1301 USA */ +int ntru_decrypt(char *encr_msg, pb_poly *private_key, ntru_context *context, char ** decr_msg){ + return 0; +}