File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7171#undef arch_clean
7272#undef arch_cycles
7373#undef arch_lzcnt
74+ #undef arch_tzcnt
7475#undef arch_copy_rom
7576
7677#define arch_init RLC_PREFIX(arch_init)
7778#define arch_clean RLC_PREFIX(arch_clean)
7879#define arch_cycles RLC_PREFIX(arch_cycles)
7980#define arch_lzcnt RLC_PREFIX(arch_lzcnt)
81+ #define arch_tzcnt RLC_PREFIX(arch_tzcnt)
8082#define arch_copy_rom RLC_PREFIX(arch_copy_rom)
8183
8284#undef bench_init
294296#undef bn_rec_jsf
295297#undef bn_rec_glv
296298#undef bn_rec_frb
299+ #undef bn_rec_sac
297300#undef bn_lag
298301#undef bn_evl
299302
405408#define bn_rec_jsf RLC_PREFIX(bn_rec_jsf)
406409#define bn_rec_glv RLC_PREFIX(bn_rec_glv)
407410#define bn_rec_frb RLC_PREFIX(bn_rec_frb)
411+ #define bn_rec_sac RLC_PREFIX(bn_rec_sac)
408412#define bn_lag RLC_PREFIX(bn_lag)
409413#define bn_evl RLC_PREFIX(bn_evl)
410414
521525#undef fp_dbl_integ
522526#undef fp_hlv_basic
523527#undef fp_hlv_integ
528+ #undef fp_trs
524529#undef fp_mul_basic
525530#undef fp_mul_comba
526531#undef fp_mul_integ
620625#define fp_dbl_integ RLC_PREFIX(fp_dbl_integ)
621626#define fp_hlv_basic RLC_PREFIX(fp_hlv_basic)
622627#define fp_hlv_integ RLC_PREFIX(fp_hlv_integ)
628+ #define fp_trs RLC_PREFIX(fp_trs)
623629#define fp_mul_basic RLC_PREFIX(fp_mul_basic)
624630#define fp_mul_comba RLC_PREFIX(fp_mul_comba)
625631#define fp_mul_integ RLC_PREFIX(fp_mul_integ)
10061012#undef ep_map_basic
10071013#undef ep_map_sswum
10081014#undef ep_map_swift
1015+ #undef ep_map_rnd
10091016#undef ep_pck
10101017#undef ep_upk
10111018
11001107#define ep_map_basic RLC_PREFIX(ep_map_basic)
11011108#define ep_map_sswum RLC_PREFIX(ep_map_sswum)
11021109#define ep_map_swift RLC_PREFIX(ep_map_swift)
1110+ #define ep_map_rnd RLC_PREFIX(ep_map_rnd)
11031111#define ep_pck RLC_PREFIX(ep_pck)
11041112#define ep_upk RLC_PREFIX(ep_upk)
11051113
Original file line number Diff line number Diff line change 33cat << PREAMBLE
44/*
55 * RELIC is an Efficient LIbrary for Cryptography
6- * Copyright (c) 2021 RELIC Authors
6+ * Copyright (c) 2013 RELIC Authors
77 *
88 * This file is part of RELIC. RELIC is legal property of its developers,
99 * whose names are not listed here. Please refer to the COPYRIGHT file
You can’t perform that action at this time.
0 commit comments