urbit/pkg/urcrypt/ge-additions/ge-additions.h
2020-10-02 09:08:56 -07:00

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