#include <stdlib.h>#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include "sizes.h"#include "mceliece.h"

Go to the source code of this file.
Functions | |
| __inline unsigned long long | rdtsc () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 37 of file main_encrypt.c.
References CIPHERTEXT_BYTES, encrypt_block_ss(), EXT_DEGREE, MESSAGE_BYTES, NB_ERRORS, and PUBLICKEY_BYTES.

| __inline unsigned long long rdtsc | ( | ) |