eth_pairings_cpp 0.1.1

EIP1962 reference implementation in C++
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// This file is part of
//
// CTBignum 	
//
// C++ Library for Compile-Time and Run-Time Multi-Precision and Modular Arithmetic
// 
//
// This file is distributed under the Apache License, Version 2.0. See the LICENSE
// file for details.

#ifndef CT_CONFIG_HPP
#define CT_CONFIG_HPP

#define CBN_ALWAYS_INLINE [[gnu::always_inline]]

#endif