All Projects → WeBankBlockchain → WeDPR-Lab-Android-SDK

WeBankBlockchain / WeDPR-Lab-Android-SDK

Licence: Apache-2.0 license
Android SDK of WeDPR-Lab-Core; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件Android SDK

Projects that are alternatives of or similar to WeDPR-Lab-Android-SDK

WeDPR-Lab-Java-SDK
Java SDK of WeDPR-Lab-Core; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件通用Java SDK
Stars: ✭ 18 (+28.57%)
Mutual labels:  mpc, homomorphic-encryption, zkp, wedpr
WeDPR-Lab-iOS-SDK
iOS SDK of WeDPR-Lab-Core; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件iOS SDK
Stars: ✭ 13 (-7.14%)
Mutual labels:  mpc, homomorphic-encryption, zkp, wedpr
WeDPR-Lab-Core
Core libraries of WeDPR instant scenario-focused solutions for privacy-inspired business; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件
Stars: ✭ 147 (+950%)
Mutual labels:  mpc, homomorphic-encryption, zkp, wedpr
awesome-secure-computation
Awesome list for cryptographic secure computation paper. This repo includes *Lattice*, *DifferentialPrivacy*, *MPC* and also a comprehensive summary for top conferences.
Stars: ✭ 125 (+792.86%)
Mutual labels:  mpc, homomorphic-encryption
simple-mpc
A GNU Emacs frontend to mpc.
Stars: ✭ 38 (+171.43%)
Mutual labels:  mpc
autogenu-jupyter
An automatic code generator for nonlinear model predictive control (NMPC) and the continuation/GMRES method (C/GMRES) based numerical solvers for NMPC
Stars: ✭ 89 (+535.71%)
Mutual labels:  mpc
tokucore
A Simple, Powerful, Modular Library for Bitcoin Blockchain As a Service(BAAS)
Stars: ✭ 61 (+335.71%)
Mutual labels:  mpc
PPML-Resource
Materials about Privacy-Preserving Machine Learning
Stars: ✭ 93 (+564.29%)
Mutual labels:  mpc
federated
Bachelor's Thesis in Computer Science: Privacy-Preserving Federated Learning Applied to Decentralized Data
Stars: ✭ 25 (+78.57%)
Mutual labels:  homomorphic-encryption
high mpc
Policy Search for Model Predictive Control with Application to Agile Drone Flight
Stars: ✭ 299 (+2035.71%)
Mutual labels:  mpc
snarkVM
A Virtual Machine for Zero-Knowledge Executions
Stars: ✭ 345 (+2364.29%)
Mutual labels:  zkp
rofi-mpd
shell script for mpd that uses rofi to add songs, albums, playlist, jump to a song in the current playlist etc.
Stars: ✭ 19 (+35.71%)
Mutual labels:  mpc
node-seal
Homomorphic Encryption for TypeScript or JavaScript - Microsoft SEAL
Stars: ✭ 139 (+892.86%)
Mutual labels:  homomorphic-encryption
verifiable mpc
A scheme that produces a zero-knowledge proof of correctness for an MPC computation. The scheme allows anyone, particularly someone external to the secure computation, to check the correctness of the output, while preserving the privacy properties of the MPC protocol.
Stars: ✭ 15 (+7.14%)
Mutual labels:  mpc
bellman
Bellman zkSNARK library for community with Ethereum's BN256 support
Stars: ✭ 121 (+764.29%)
Mutual labels:  zkp
Model-Predictive-Control
This project is to use Model Predictive Control (MPC) to drive a car in a game simulator. The server provides reference waypoints (yellow line in the demo video) via websocket, and we use MPC to compute steering and throttle commands to drive the car. The solution must be robust to 100ms latency, since it might encounter in real-world application.
Stars: ✭ 93 (+564.29%)
Mutual labels:  mpc
conclave
Query compiler for secure multi-party computation.
Stars: ✭ 86 (+514.29%)
Mutual labels:  mpc
Indoor-Navigation-Android-Mobile-SDK-2.0
SDK for Android to develop own indoor navigation apps, and Navigine demo application for Android to test indoor navigation. Now you get one code for all types of devices with less resource use.
Stars: ✭ 21 (+50%)
Mutual labels:  sdk-android
mpc
Autonomous control of an USV using Model Predictive Control
Stars: ✭ 102 (+628.57%)
Mutual labels:  mpc
tf-seal
Bridge between TensorFlow and the Microsoft SEAL homomorphic encryption library
Stars: ✭ 90 (+542.86%)
Mutual labels:  homomorphic-encryption

WeDPR-Lab-Android-SDK

如何体验WeDPR-Lab-Android-SDK

WeDPR-Lab-Android-SDK是WeDPR-Lab的Android客户端。

环境依赖

WeDPR Lab Android SDK 依赖如下:

依赖软件 支持版本
JAVA JDK1.8+
Android Studio 4.1+

快速体验

编译项目前,需要准备好Android Studio、并安装NDK

  • 下载仓库
git clone https://github.com/WeBankBlockchain/WeDPR-Lab-Android-SDK.git && cd ./WeDPR-Lab-Android-SDK
  • 获取动态库库:根据需求访问依赖库地址页面下载android_sdk_dynamic_lib_arm64_v8a.tar.gz 或 android_sdk_dynamic_lib_armeabi_v7a.tar.gz

  • 解压:tar zxvf wedpr_android_*_libs.tar

  • 拷贝动态库至加载路径:将解压好的动态库放至demo/app/src/main/jniLibs对应路径下

  • 编译项目:bash ./gradlew clean build

  • 查看demo:查看MainActivity.java

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].