![]() |
BitPunch McEliece
v0.0.4
|
Go to the source code of this file.
Functions | |
| int | BPU_mecsBasicEncrypt (BPU_T_GF2_Vector *out, const BPU_T_GF2_Vector *in, const BPU_T_Mecs_Ctx *ctx) |
| int | BPU_mecsBasicDecrypt (BPU_T_GF2_Vector *out, const BPU_T_GF2_Vector *in, const BPU_T_Mecs_Ctx *ctx) |
| int BPU_mecsBasicDecrypt | ( | BPU_T_GF2_Vector * | out, |
| const BPU_T_GF2_Vector * | in, | ||
| const BPU_T_Mecs_Ctx * | ctx | ||
| ) |
Definition at line 60 of file mecsbasic.c.
| int BPU_mecsBasicEncrypt | ( | BPU_T_GF2_Vector * | out, |
| const BPU_T_GF2_Vector * | in, | ||
| const BPU_T_Mecs_Ctx * | ctx | ||
| ) |
Encrypt plaintext.
| out | cyphertext |
| message | plaintext |
| ctx | McEliece context |
Definition at line 24 of file mecsbasic.c.