added ntru_decrypt function to ntru_decrypt.c
This commit is contained in:
parent
74ddfe65e7
commit
98bdd670d8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user