#ifndef __PAIRING_HPP #define __PAIRING_HPP #include "Quadripoint.hpp" #include "Bipoint.hpp" #include "optate.h" fp12e_t OptimalAte(const curvepoint_fp_t& op1, const twistpoint_fp2_t& op2); Quadripoint pairing(const Bipoint& op1, const Bipoint& op2); #endif