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
11
12void hal_setup(const enum clock_mode clock);
13uint64_t hal_get_time(void);
14
15#endif
uint64_t hal_get_time(void)
Definition hal-cortexa.c:10
clock_mode
Definition hal.h:7
@ CLOCK_BENCHMARK
Definition hal.h:9
@ CLOCK_FAST
Definition hal.h:8
void hal_setup(const enum clock_mode clock)
Definition hal-cortexa.c:4