encryptogroup / MOTION

An efficient, user-friendly, modular, and extensible framework for mixed-protocol secure multi-party computation with two or more parties
MIT License
85 stars 40 forks source link

Does MOTION support big number operations? #44

Closed bonomigo closed 5 months ago

bonomigo commented 8 months ago

MOTION supports 64-bit operations with uint64 and int64_t, but it doesn't seem to support integer operations over 64 bits, such as big integer operations. I'm wondering if it's correct that it doesn't support them.

robinhundt commented 5 months ago

Hi, as far as I'm aware MOTION unfortunately does not support big number operations.

bonomigo commented 5 months ago

Hi robinhundt, thanks for your reply. I took a look at the MOTION code and realized that it doesn't support big number operations.