#ifndef __CIRCUIT_IP_HPP #define __CIRCUIT_IP_HPP #include "keygen.hpp" #include <string> #include <vector> void circuit_ip(PublicKey public_key, PrivateKey private_key); #endif /* __CIRCUIT_IP_HPP */