mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 18:44:07 +03:00
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
|