move bn_c_impl.hpp to public

dev
MITSUNARI Shigeo 6 years ago
parent 5a16675a17
commit 8b96a3c332
  1. 4
      include/mcl/impl/bn_c_impl.hpp
  2. 2
      src/bn_c256.cpp
  3. 2
      src/bn_c384.cpp
  4. 2
      src/bn_c384_256.cpp
  5. 2
      src/bn_c512.cpp
  6. 2
      src/she_c_impl.hpp

@ -1,3 +1,7 @@
/*
This is an internal header
Do not include this
*/
#define MCLBN_DLL_EXPORT
#include <mcl/bn.h>

@ -2,5 +2,5 @@
implementation of mclBn_* apis
*/
#define MCLBN_FP_UNIT_SIZE 4
#include "bn_c_impl.hpp"
#include "mcl/impl/bn_c_impl.hpp"

@ -3,5 +3,5 @@
*/
#define MCLBN_FP_UNIT_SIZE 6
#define MCLBN_FR_UNIT_SIZE 6
#include "bn_c_impl.hpp"
#include "mcl/impl/bn_c_impl.hpp"

@ -3,5 +3,5 @@
*/
#define MCLBN_FP_UNIT_SIZE 6
#define MCLBN_FR_UNIT_SIZE 4
#include "bn_c_impl.hpp"
#include "mcl/impl/bn_c_impl.hpp"

@ -2,5 +2,5 @@
implementation of mclBn_* apis
*/
#define MCLBN_FP_UNIT_SIZE 8
#include "bn_c_impl.hpp"
#include "mcl/impl/bn_c_impl.hpp"

@ -5,7 +5,7 @@
#include <iosfwd>
#include <stdint.h>
#include <memory.h>
#include "../src/bn_c_impl.hpp"
#include "mcl/impl/bn_c_impl.hpp"
#define MCLSHE_DLL_EXPORT
#include <mcl/she.h>

Loading…
Cancel
Save