Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
hal.h
Go to the documentation of this file.
1
#include <stdint.h>
2
#include <stddef.h>
3
4
#ifndef HAL_H
5
#define HAL_H
6
7
enum
clock_mode
{
8
CLOCK_FAST
,
9
CLOCK_BENCHMARK
10
};
11
12
void
hal_setup
(
const
enum
clock_mode
clock);
13
uint64_t
hal_get_time
(
void
);
14
15
#endif
hal_get_time
uint64_t hal_get_time(void)
Definition
hal-cortexa.c:10
clock_mode
clock_mode
Definition
hal.h:7
CLOCK_BENCHMARK
@ CLOCK_BENCHMARK
Definition
hal.h:9
CLOCK_FAST
@ CLOCK_FAST
Definition
hal.h:8
hal_setup
void hal_setup(const enum clock_mode clock)
Definition
hal-cortexa.c:4
E:
pqc-engineering-ssec-23
c-code
benchmarks
common
hal.h
Generated by
1.14.0