Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bhess committed May 7, 2024
1 parent c763c6a commit cf9a52e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/bench_mayo_table3.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ int cmpfunc (const void *a, const void *b) {

#define LIST_SIZE 10000

#define Ot_times_P1O_P2 MAYO_NAMESPACE(Ot_times_P1O_P2)
extern void Ot_times_P1O_P2(const mayo_params_t* p, const uint64_t* P1, const unsigned char* O, uint64_t* P1O_P2, uint64_t* P3);
#define V_times_L__V_times_P1_times_Vt MAYO_NAMESPACE(V_times_L__V_times_P1_times_Vt)
extern void V_times_L__V_times_P1_times_Vt(const mayo_params_t* p, const uint64_t* L, const unsigned char* V, uint64_t* M, const uint64_t* P1, uint64_t* Y);
#define m_calculate_PS_SPS MAYO_NAMESPACE(m_calculate_PS_SPS)
extern void m_calculate_PS_SPS(const uint64_t *P1, const uint64_t *P2, const uint64_t *P3, const unsigned char *S,
const int m, const int v, const int o, const int k, uint64_t *SPS);

Expand Down

0 comments on commit cf9a52e

Please sign in to comment.