mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
496e62e01d
This translates the meson build to nix. Previously, we had our ge-additions package just manually compiled in instead of having its own file.
9 lines
142 B
C
9 lines
142 B
C
#ifndef GE_ADDITIONS_H
|
|
#define GE_ADDITIONS_H
|
|
|
|
#include <ge.h>
|
|
|
|
void ge_scalarmult(ge_p3* h, const unsigned char* a, const ge_p3* A);
|
|
|
|
#endif
|