Skip to content

Rosetta v1.0.0

Latest
Compare
Choose a tag to compare
@yuucyf yuucyf released this 30 Jul 11:55
· 75 commits to master since this release
  1. Support multi-tasking concurrency, that mean different privacy protocols can be executed simultaneously.

  2. 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.

  3. Refactoring code to make the code highly cohesive and low coupled.

  4. Added SecureExp, SecureSqrt, SecureRsqrt, SecureReciprocaldiv secure operations.

  5. Adding audit logs, which are turned off by default and can be turned on according to business scenarios.

  6. Efficient third-party io modules can be integrated into Rosetta by implementing specific interfaces.

  7. Optimize back-end unit tests to provide more friendly test cases.

  8. Some known bugs are fixed.