circuit_scalar_product.hpp 234 B

12345678910
  1. #ifndef __CIRCUIT_SCALAR_PRODUCT_HPP
  2. #define __CIRCUIT_SCALAR_PRODUCT_HPP
  3. #include "keygen.hpp"
  4. #include <deque>
  5. void circuit_scalar_product(PublicKey public_key, PrivateKey private_key);
  6. #endif /* __CIRCUIT_SCALAR_PRODUCT_HPP */