File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 71
71
#undef arch_clean
72
72
#undef arch_cycles
73
73
#undef arch_lzcnt
74
+ #undef arch_tzcnt
74
75
#undef arch_copy_rom
75
76
76
77
#define arch_init RLC_PREFIX(arch_init)
77
78
#define arch_clean RLC_PREFIX(arch_clean)
78
79
#define arch_cycles RLC_PREFIX(arch_cycles)
79
80
#define arch_lzcnt RLC_PREFIX(arch_lzcnt)
81
+ #define arch_tzcnt RLC_PREFIX(arch_tzcnt)
80
82
#define arch_copy_rom RLC_PREFIX(arch_copy_rom)
81
83
82
84
#undef bench_init
294
296
#undef bn_rec_jsf
295
297
#undef bn_rec_glv
296
298
#undef bn_rec_frb
299
+ #undef bn_rec_sac
297
300
#undef bn_lag
298
301
#undef bn_evl
299
302
405
408
#define bn_rec_jsf RLC_PREFIX(bn_rec_jsf)
406
409
#define bn_rec_glv RLC_PREFIX(bn_rec_glv)
407
410
#define bn_rec_frb RLC_PREFIX(bn_rec_frb)
411
+ #define bn_rec_sac RLC_PREFIX(bn_rec_sac)
408
412
#define bn_lag RLC_PREFIX(bn_lag)
409
413
#define bn_evl RLC_PREFIX(bn_evl)
410
414
521
525
#undef fp_dbl_integ
522
526
#undef fp_hlv_basic
523
527
#undef fp_hlv_integ
528
+ #undef fp_trs
524
529
#undef fp_mul_basic
525
530
#undef fp_mul_comba
526
531
#undef fp_mul_integ
620
625
#define fp_dbl_integ RLC_PREFIX(fp_dbl_integ)
621
626
#define fp_hlv_basic RLC_PREFIX(fp_hlv_basic)
622
627
#define fp_hlv_integ RLC_PREFIX(fp_hlv_integ)
628
+ #define fp_trs RLC_PREFIX(fp_trs)
623
629
#define fp_mul_basic RLC_PREFIX(fp_mul_basic)
624
630
#define fp_mul_comba RLC_PREFIX(fp_mul_comba)
625
631
#define fp_mul_integ RLC_PREFIX(fp_mul_integ)
1006
1012
#undef ep_map_basic
1007
1013
#undef ep_map_sswum
1008
1014
#undef ep_map_swift
1015
+ #undef ep_map_rnd
1009
1016
#undef ep_pck
1010
1017
#undef ep_upk
1011
1018
1100
1107
#define ep_map_basic RLC_PREFIX(ep_map_basic)
1101
1108
#define ep_map_sswum RLC_PREFIX(ep_map_sswum)
1102
1109
#define ep_map_swift RLC_PREFIX(ep_map_swift)
1110
+ #define ep_map_rnd RLC_PREFIX(ep_map_rnd)
1103
1111
#define ep_pck RLC_PREFIX(ep_pck)
1104
1112
#define ep_upk RLC_PREFIX(ep_upk)
1105
1113
Original file line number Diff line number Diff line change 3
3
cat << PREAMBLE
4
4
/*
5
5
* RELIC is an Efficient LIbrary for Cryptography
6
- * Copyright (c) 2021 RELIC Authors
6
+ * Copyright (c) 2013 RELIC Authors
7
7
*
8
8
* This file is part of RELIC. RELIC is legal property of its developers,
9
9
* whose names are not listed here. Please refer to the COPYRIGHT file
You can’t perform that action at this time.
0 commit comments