-
Support multi-tasking concurrency, that mean different privacy protocols can be executed simultaneously.
-
Nodes can be configured with roles, supporting calculation node, data node and result node, and data nodes can be configured in any number according to requirements.
-
Refactoring code to make the code highly cohesive and low coupled.
-
Added SecureExp, SecureSqrt, SecureRsqrt, SecureReciprocaldiv secure operations.
-
Adding audit logs, which are turned off by default and can be turned on according to business scenarios.
-
Efficient third-party io modules can be integrated into Rosetta by implementing specific interfaces.
-
Optimize back-end unit tests to provide more friendly test cases.
-
Some known bugs are fixed.