File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed
Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1- # WeDPR
1+ # WeDPR-Component
22
3- ![ ] ( https://wedpr-lab.readthedocs.io/zh_CN/latest/_static /images/wedpr_logo.png)
3+ ![ ] ( ./static /images/wedpr_logo.png)
44
55
66[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/webankblockchain/wedpr-component/badge?s=a4c3fb6ffd39e7618378fe13b6bd06c5846cc103 )] ( https://www.codefactor.io/repository/github/webankblockchain/wedpr-component )
77[ ![ contributors] ( https://img.shields.io/github/contributors/WeBankBlockchain/WeDPR )] ( https://github.com/WeBankBlockchain/WeDPR-Component/graphs/contributors )
88[ ![ GitHub activity] ( https://img.shields.io/github/commit-activity/m/WeBankBlockchain/WeDPR-Component )] ( https://github.com/WeBankBlockchain/WeDPR-Component/pulse )
99[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
1010
11- 微众银行多方大数据隐私计算平台[ WeDPR] ( https://github.com/WeBankBlockchain/WeDPR ) 核心组件库,包括:
11+ 微众银行多方大数据隐私计算平台[ WeDPR-Component ] ( https://github.com/WeBankBlockchain/WeDPR-Component ) 核心组件库,包括:
1212
13- - 丰富的隐私计算算法组件,支持隐私求交集、匿踪查询、多方联合分析(隐私SQL)、数据预处理、隐私建模和预测等能力,以满足多样化的业务场景
14- - 统一网关:稳定的跨机构网络通信组件,支持基于Rip协议的路由转发协议
13+
14+ ** 丰富的隐私计算任务支持**
15+
16+ - ** 隐私求交集** : 包括两方隐私求交集任务和多方隐私求交集任务,并从性能、网络带宽、使用场景等多方面考虑,实现了多种隐私求交集算法,包括CM2020(性能高), RA2018(非平衡PSI算法,适用于CS模式), ECDH-PSI;
17+ - ** 匿踪查询** : 基于OT算法构建匿踪查询,可将数据集发布为匿踪查询服务开放给相关用户使用;
18+ - ** 联合建模** : 基于SecureLGB和SecureLR算法支持多方数据联合建模,并可将建模结果发布为模型用于预测,满足了80%多方数据联合建模需求;
19+ - ** 联合分析** : 基于安全多方计算算法,提供了类SQL/Python的隐私数据联合分析语法,可在不引入额外学习成本的前提下,满足数据开发人员基于多方数据进行联合分析的需求;
20+
21+
22+ ** 统一网关**
23+
24+ - 支持基于最短路径的消息路由转发
25+ - 支持按节点ID、服务名、机构名进行路由寻址
26+ - 支持服务注册和服务发现
27+
28+ ** 统一网关SDK**
29+
30+ - 提供Java/Python网关SDK,支持接入网关与其他节点、服务或者机构进行通信
31+ - 可向网关注册服务
32+ - 可从网关拉取服务信息
1533
1634
1735## 技术文档
1836
19- - [ 文档] ( https://wedpr-lab .readthedocs.io/zh-cn/latest/ )
37+ - [ 文档] ( https://wedpr-document .readthedocs.io/zh-cn/latest/ )
2038- [ 代码] ( https://github.com/WeBankBlockchain/WeDPR-Component )
2139
2240
You can’t perform that action at this time.
0 commit comments