#include <stdlib.h>#include <stdio.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 33 of file main_keygen.c.
References ERROR_WEIGHT, EXT_DEGREE, keypair(), LOG_LENGTH, NB_ERRORS, PUBLICKEY_BYTES, rdtsc(), and SECRETKEY_BYTES.

| __inline unsigned long long rdtsc | ( | ) |
Definition at line 26 of file main_keygen.c.