Skip to content

Commit

Permalink
Update LABEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Dec 27, 2024
1 parent 8858084 commit e8b1378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions include/relic_label.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@
#undef arch_clean
#undef arch_cycles
#undef arch_lzcnt
#undef arch_tzcnt
#undef arch_copy_rom

#define arch_init RLC_PREFIX(arch_init)
#define arch_clean RLC_PREFIX(arch_clean)
#define arch_cycles RLC_PREFIX(arch_cycles)
#define arch_lzcnt RLC_PREFIX(arch_lzcnt)
#define arch_tzcnt RLC_PREFIX(arch_tzcnt)
#define arch_copy_rom RLC_PREFIX(arch_copy_rom)

#undef bench_init
Expand Down Expand Up @@ -294,6 +296,7 @@
#undef bn_rec_jsf
#undef bn_rec_glv
#undef bn_rec_frb
#undef bn_rec_sac
#undef bn_lag
#undef bn_evl

Expand Down Expand Up @@ -405,6 +408,7 @@
#define bn_rec_jsf RLC_PREFIX(bn_rec_jsf)
#define bn_rec_glv RLC_PREFIX(bn_rec_glv)
#define bn_rec_frb RLC_PREFIX(bn_rec_frb)
#define bn_rec_sac RLC_PREFIX(bn_rec_sac)
#define bn_lag RLC_PREFIX(bn_lag)
#define bn_evl RLC_PREFIX(bn_evl)

Expand Down Expand Up @@ -521,6 +525,7 @@
#undef fp_dbl_integ
#undef fp_hlv_basic
#undef fp_hlv_integ
#undef fp_trs
#undef fp_mul_basic
#undef fp_mul_comba
#undef fp_mul_integ
Expand Down Expand Up @@ -620,6 +625,7 @@
#define fp_dbl_integ RLC_PREFIX(fp_dbl_integ)
#define fp_hlv_basic RLC_PREFIX(fp_hlv_basic)
#define fp_hlv_integ RLC_PREFIX(fp_hlv_integ)
#define fp_trs RLC_PREFIX(fp_trs)
#define fp_mul_basic RLC_PREFIX(fp_mul_basic)
#define fp_mul_comba RLC_PREFIX(fp_mul_comba)
#define fp_mul_integ RLC_PREFIX(fp_mul_integ)
Expand Down Expand Up @@ -1006,6 +1012,7 @@
#undef ep_map_basic
#undef ep_map_sswum
#undef ep_map_swift
#undef ep_map_rnd
#undef ep_pck
#undef ep_upk

Expand Down Expand Up @@ -1100,6 +1107,7 @@
#define ep_map_basic RLC_PREFIX(ep_map_basic)
#define ep_map_sswum RLC_PREFIX(ep_map_sswum)
#define ep_map_swift RLC_PREFIX(ep_map_swift)
#define ep_map_rnd RLC_PREFIX(ep_map_rnd)
#define ep_pck RLC_PREFIX(ep_pck)
#define ep_upk RLC_PREFIX(ep_upk)

Expand Down
2 changes: 1 addition & 1 deletion tools/relic-gen-label.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cat << PREAMBLE
/*
* RELIC is an Efficient LIbrary for Cryptography
* Copyright (c) 2021 RELIC Authors
* Copyright (c) 2013 RELIC Authors
*
* This file is part of RELIC. RELIC is legal property of its developers,
* whose names are not listed here. Please refer to the COPYRIGHT file
Expand Down

0 comments on commit e8b1378

Please sign in to comment.