scratch.h

This commit is contained in:
jl777
2019-02-21 01:30:47 -11:00
parent 75ffdd2e91
commit 5ee30cdd96

View File

@@ -45,6 +45,7 @@ static void secp256k1_ecmult(const secp256k1_ecmult_context *ctx, secp256k1_gej
#include "num.h"
#include "group.h"
#include "scalar.h"
#include "scratch.h"
typedef struct {
/* For accelerating the computation of a*P + b*G: */