BitPunch McEliece  v0.0.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
main.c File Reference
#include <bitpunch/bitpunch.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <bitpunch/crypto/hash/sha512.h>
#include <bitpunch/asn1/asn1.h>

Go to the source code of this file.

Functions

int testCmpMecsCtx (const BPU_T_Mecs_Ctx *ctx1, const BPU_T_Mecs_Ctx *ctx2)
 
int testKeyGenEncDec (BPU_T_Mecs_Ctx *ctx)
 
int testKeyGenAsn1 ()
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 249 of file main.c.

int testCmpMecsCtx ( const BPU_T_Mecs_Ctx ctx1,
const BPU_T_Mecs_Ctx ctx2 
)

Definition at line 28 of file main.c.

int testKeyGenAsn1 ( )

Definition at line 207 of file main.c.

int testKeyGenEncDec ( BPU_T_Mecs_Ctx ctx)

Definition at line 126 of file main.c.