.
├── build.bat
├── build.sh
├── doc
│ └── manual
├── logs
│ ├── debug.log
│ ├── error.log
│ ├── proxy-debug.log
│ └── proxy-error.log
├── README.md
├── samples # all here is sample demo
│ ├── config
│ ├── mpc-data-sdk-client
│ ├── mpc-data-sdk-client1
│ ├── mpc-data-sdk-client2
│ ├── mpc-data-sdk-test
│ ├── mpc-proxy-sdk-client
│ ├── mpc-proxy-sdk-quickstart
│ └── mpc-proxy-sdk-tool
└── src
├── mpc-data-sdk # sdk for data-provider
└── mpc-proxy-sdk # sdk for calculating-initiator
SDK, java version.
Development tool is IntelliJ IDEA, build tool is maven, jdk version is 1.8+.
Ref build.sh or build.bat
Here is manual and quick-start.
-
Simplest, only baisc type.
-
Simplest, with protobuf.
-
With multi proto file.
-
A sample, for all.
All samples' java client is here.
All samples' cpp & proto source file is here. Ref ReGen.bat
or ReGen.sh
to gen code.
maven pom.xml
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>