#include <stdlib.h>#include <stdio.h>#include <string.h>#include "sizes.h"#include "mceliece.h"

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 27 of file main_decrypt.c.
References CIPHERTEXT_BYTES, decrypt_block_ss(), EXT_DEGREE, MESSAGE_BYTES, NB_ERRORS, and SECRETKEY_BYTES.
