Final step in converting to C

This commit is contained in:
Pieter Wuille
2013-04-01 07:52:58 +02:00
parent d41e93a5e2
commit eb0be8eec6
23 changed files with 74 additions and 128 deletions

View File

@@ -4,8 +4,6 @@
#include "num.h"
#include "field.h"
extern "C" {
typedef struct {
secp256k1_fe_t x;
secp256k1_fe_t y;
@@ -52,6 +50,4 @@ void static secp256k1_gej_get_hex(char *r, int *rlen, const secp256k1_gej_t *a);
void static secp256k1_gej_mul_lambda(secp256k1_gej_t *r, const secp256k1_gej_t *a);
void static secp256k1_gej_split_exp(secp256k1_num_t *r1, secp256k1_num_t *r2, const secp256k1_num_t *a);
}
#endif