aboutsummaryrefslogtreecommitdiffstats
path: root/include/mcl/bn384.hpp
blob: 8aa14fe5c95689eaac95d36828675e16187403de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
/**
    @file
    @brief preset class for 384-bit optimal ate pairing over BN curves
    @author MITSUNARI Shigeo(@herumi)
    @license modified new BSD license
    http://opensource.org/licenses/BSD-3-Clause
*/
#define MCL_MAX_FP_BIT_SIZE 384
#include <mcl/bn.hpp>
// #define MCL_MAX_FR_BIT_SIZE 256 // can set if BLS12_381

namespace mcl { namespace bn384 {
using namespace mcl::bn;
} }