You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The algorithmic protocol data structure of the code repository uses Protocol Buffers definition,
which requires input checking for malicious inputs, such as over-long input string,
due to the extensive use of string-defined fields, which may lead to risky problems
such as resource overload, buffer overflow, and even system crash of the counterpart parties.
In fact, the message length can be calculated during MPC calculation (most of them are determined in advance), and different protocol implementations can be customized with corresponding input limits (From PlatON Cryptography Team).
The text was updated successfully, but these errors were encountered:
The algorithmic protocol data structure of the code repository uses Protocol Buffers definition,
which requires input checking for malicious inputs, such as over-long input string,
due to the extensive use of string-defined fields, which may lead to risky problems
such as resource overload, buffer overflow, and even system crash of the counterpart parties.
The text was updated successfully, but these errors were encountered: