MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "runtime_info.h"
#include <cassert>
#include <fstream>
#include <iostream>
#include <boost/process/child.hpp>
#include <boost/process/io.hpp>
#include <boost/process/pipe.hpp>
Namespaces | |
encrypto | |
encrypto::motion | |
Macros | |
#define | __kernel_entry |
Functions | |
std::string | encrypto::motion::GetCmdLine () |
std::size_t | encrypto::motion::GetPid () |
std::string | encrypto::motion::GetHostname () |
std::string | encrypto::motion::GetUsername () |
#define __kernel_entry |