![]() |
BitPunch McEliece
v0.0.4
|
#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) |
int testCmpMecsCtx | ( | const BPU_T_Mecs_Ctx * | ctx1, |
const BPU_T_Mecs_Ctx * | ctx2 | ||
) |
int testKeyGenEncDec | ( | BPU_T_Mecs_Ctx * | ctx | ) |