Update README.md

This commit is contained in:
p87059431 2024-01-20 14:48:27 +08:00
parent 6510af0003
commit 98a5356b72
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ python3 test3.py
## 接口说明
目前NKDBSec提供如下基本运算接口用户可以在此之上调用接口实现相应的MPC任务。
| **测试算法** | **Rosetta** | **NKDBSec** |
| :-------: | :-------: | :-------: |
| **操作类型** | **运算符** | **调用方式** |
| ------ | ------ | ------ |
| 加法操作 | OP_ADD | dbsecmpc.opvector(rtx, rty, dbsecmpc.OP_ADD) |