MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "ot_hl17.h"
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdint>
#include "base/backend.h"
#include "communication/base_ot_message.h"
#include "data_storage/base_ot_data.h"
#include "primitives/blake2b.h"
#include "utility/helpers.h"
Namespaces | |
encrypto | |
encrypto::motion | |
Functions | |
void | encrypto::motion::HashPoint (curve25519::ge_p3 &output, const curve25519::ge_p3 &input) |