BitPunch McEliece  v0.0.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mecspointcheval.c File Reference

Go to the source code of this file.

Functions

int BPU_mecsPointchevalCCA2Encrypt (BPU_T_GF2_Vector *out, const BPU_T_GF2_Vector *in, const BPU_T_Mecs_Ctx *ctx)
 BPU_mecsPointchevalCCA2Encrypt. More...
 
int BPU_mecsPointchevalCCA2Decrypt (BPU_T_GF2_Vector *out, const BPU_T_GF2_Vector *in, const BPU_T_Mecs_Ctx *ctx)
 BPU_mecsPointchevalCCA2Decrypt. More...
 

Function Documentation

int BPU_mecsPointchevalCCA2Decrypt ( BPU_T_GF2_Vector out,
const BPU_T_GF2_Vector in,
const BPU_T_Mecs_Ctx ctx 
)

BPU_mecsPointchevalCCA2Decrypt.

Parameters
out
in
ctx
Returns

Definition at line 76 of file mecspointcheval.c.

int BPU_mecsPointchevalCCA2Encrypt ( BPU_T_GF2_Vector out,
const BPU_T_GF2_Vector in,
const BPU_T_Mecs_Ctx ctx 
)

BPU_mecsPointchevalCCA2Encrypt.

Parameters
out
in
ctx
Returns

Definition at line 26 of file mecspointcheval.c.