Skip to content

Commit

Permalink
Add new functions to LABEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Jan 28, 2020
1 parent fc3e267 commit 4e70b5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/relic_label.h
Original file line number Diff line number Diff line change
Expand Up @@ -2475,6 +2475,8 @@
#undef cp_mklhs_fun
#undef cp_mklhs_evl
#undef cp_mklhs_ver
#undef cp_mklhs_off
#undef cp_mklhs_onv

#define cp_rsa_gen_basic PREFIX(cp_rsa_gen_basic)
#define cp_rsa_gen_quick PREFIX(cp_rsa_gen_quick)
Expand Down Expand Up @@ -2560,6 +2562,8 @@
#define cp_mklhs_fun PREFIX(cp_mklhs_fun)
#define cp_mklhs_evl PREFIX(cp_mklhs_evl)
#define cp_mklhs_ver PREFIX(cp_mklhs_ver)
#define cp_mklhs_off PREFIX(cp_mklhs_off)
#define cp_mklhs_onv PREFIX(cp_mklhs_onv)

#endif /* LABEL */

Expand Down

0 comments on commit 4e70b5f

Please sign in to comment.