added ntru_decrypt function to ntru_decrypt.c

This commit is contained in:
Christoph Prüßner 2014-04-23 13:58:57 +02:00
parent 74ddfe65e7
commit 98bdd670d8
1 changed files with 3 additions and 0 deletions

View File

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