Remove GMP field implementation

This commit is contained in:
Pieter Wuille
2014-12-17 12:41:31 +01:00
parent e99c4c461c
commit 7277fd76e2
7 changed files with 5 additions and 231 deletions

View File

@@ -13,9 +13,7 @@
#include "util.h"
#if defined(USE_FIELD_GMP)
#include "field_gmp_impl.h"
#elif defined(USE_FIELD_10X26)
#if defined(USE_FIELD_10X26)
#include "field_10x26_impl.h"
#elif defined(USE_FIELD_5X52)
#include "field_5x52_impl.h"