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