MOTION  0.01
Framework for mixed-protocol multi-party computation
Namespaces | Functions
helpers.cpp File Reference
#include "helpers.h"
#include <chrono>
#include <thread>
#include "condition.h"
Include dependency graph for helpers.cpp:

Namespaces

 encrypto
 
 encrypto::motion
 

Functions

std::size_t encrypto::motion::DivideAndCeil (std::size_t dividend, std::size_t divisor)
 Divides two size_t and returns the ceiled quotient. More...