|
MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <gtest/gtest.h>#include <algorithm>#include <future>#include <memory>#include "base/motion_base_provider.h"#include "communication/communication_layer.h"#include "oblivious_transfer/base_ots/base_ot_provider.h"#include "oblivious_transfer/ot_flavors.h"#include "oblivious_transfer/ot_provider.h"#include "utility/block.h"
Classes | |
| class | OtFlavorTest |
| class | AcOtTest< T > |
Typedefs | |
| using | integer_types = ::testing::Types< std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, __uint128_t > |
Functions | |
| TEST_F (OtFlavorTest, FixedXcOt128) | |
| TEST_F (OtFlavorTest, XcOtBit) | |
| TYPED_TEST_SUITE (AcOtTest, integer_types) | |
| TYPED_TEST (AcOtTest, AcOt) | |
| TYPED_TEST (AcOtTest, VectorAcOt) | |
| TEST_F (OtFlavorTest, GOt128) | |
| TEST_F (OtFlavorTest, GOtBit) | |
| using integer_types = ::testing::Types<std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, __uint128_t> |
| TEST_F | ( | OtFlavorTest | , |
| FixedXcOt128 | |||
| ) |

| TEST_F | ( | OtFlavorTest | , |
| GOt128 | |||
| ) |

| TEST_F | ( | OtFlavorTest | , |
| GOtBit | |||
| ) |

| TEST_F | ( | OtFlavorTest | , |
| XcOtBit | |||
| ) |

| TYPED_TEST | ( | AcOtTest | , |
| AcOt | |||
| ) |

| TYPED_TEST | ( | AcOtTest | , |
| VectorAcOt | |||
| ) |

| TYPED_TEST_SUITE | ( | AcOtTest | , |
| integer_types | |||
| ) |
1.8.17