representation.hpp 331 B

12345678910111213141516
  1. #ifndef __REPRESENTATION_HPP
  2. #define __REPRESENTATION_HPP
  3. #include "Bipoint.hpp"
  4. #include "Fp.hpp"
  5. #include "zout.hpp"
  6. #include "Quadripoint.hpp"
  7. #include "fp12e.h"
  8. #include "size.hpp"
  9. void representation(Bipoint<curvepoint_fp_t> op);
  10. void representation(const curvepoint_fp_t op);
  11. mpz_class poly(mpz_class coeff[12]);
  12. #endif