MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <type_traits>
Go to the source code of this file.
Namespaces | |
encrypto | |
encrypto::motion | |
Typedefs | |
template<typename T > | |
using | encrypto::motion::IsUnsignedInt = std::enable_if_t< std::conjunction_v< std::is_integral< T >, std::is_unsigned< T >, std::negation< std::is_same< T, bool > >> > |