Introduce CHECK() for tests that works with NDEBUG.

This commit is contained in:
Pieter Wuille
2014-06-16 01:30:17 +02:00
parent ebfa43b20a
commit 0592d117da
4 changed files with 62 additions and 54 deletions

View File

@@ -5,6 +5,7 @@
#ifndef _SECP256K1_ECMULT_IMPL_H_
#define _SECP256K1_ECMULT_IMPL_H_
#include <assert.h>
#include "num.h"
#include "group.h"
#include "ecmult.h"