Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
fp-counters.c
Go to the documentation of this file.
1
#if GLOBAL_COUNTERS != 0
2
3
#include <stdint.h>
4
#include "
fp-counters.h
"
5
6
__thread uint64_t fpadd = 0;
// counter of fp-additions
7
__thread uint64_t fpsqr = 0;
// counter of fp-squarings
8
__thread uint64_t fpmul = 0;
9
10
#endif
fp-counters.h
E:
pqc-engineering-ssec-23
dCTIDH
src
common
fp
fp-counters.c
Generated by
1.14.0