circuit_ip.hpp 205 B

1234567891011
  1. #ifndef __CIRCUIT_IP_HPP
  2. #define __CIRCUIT_IP_HPP
  3. #include "keygen.hpp"
  4. #include <string>
  5. #include <vector>
  6. void circuit_ip(PublicKey public_key, PrivateKey private_key);
  7. #endif /* __CIRCUIT_IP_HPP */