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

WeBankBlockchain / WeDPR-Lab-iOS-SDK

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

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

WeDPR-Lab-Android-SDK
Android SDK of WeDPR-Lab-Core; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件Android SDK
Stars: ✭ 14 (+7.69%)
Mutual labels:  mpc, homomorphic-encryption, zkp, wedpr
WeDPR-Lab-Java-SDK
Java SDK of WeDPR-Lab-Core; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件通用Java SDK
Stars: ✭ 18 (+38.46%)
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 (+1030.77%)
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 (+861.54%)
Mutual labels:  mpc, homomorphic-encryption
tokucore
A Simple, Powerful, Modular Library for Bitcoin Blockchain As a Service(BAAS)
Stars: ✭ 61 (+369.23%)
Mutual labels:  mpc
ParNMPC
A Parallel Optimization Toolkit for Nonlinear Model Predictive Control (NMPC)
Stars: ✭ 173 (+1230.77%)
Mutual labels:  mpc
Model-Predictive-Control
C++ implementation of Model Predictive Control(MPC)
Stars: ✭ 51 (+292.31%)
Mutual labels:  mpc
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 (+615.38%)
Mutual labels:  mpc
project1
Project 1
Stars: ✭ 48 (+269.23%)
Mutual labels:  mpc
PPML-Resource
Materials about Privacy-Preserving Machine Learning
Stars: ✭ 93 (+615.38%)
Mutual labels:  mpc
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 (+46.15%)
Mutual labels:  mpc
ocs2
Optimal Control for Switched Systems
Stars: ✭ 263 (+1923.08%)
Mutual labels:  mpc
Model-Predictive-Control
Udacity Self-Driving Car Engineer Nanodegree. Project: Model Predictive Control
Stars: ✭ 50 (+284.62%)
Mutual labels:  mpc
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 (+15.38%)
Mutual labels:  mpc
emp-tool
No description or website provided.
Stars: ✭ 155 (+1092.31%)
Mutual labels:  mpc
Mpc Hc
MPC-HC's main repository. For support use our Trac: https://trac.mpc-hc.org/
Stars: ✭ 3,567 (+27338.46%)
Mutual labels:  mpc
CasADi MPC MHE Python
This repository is an implementation of the work from Mohamed W. Mehrez. I convert the original code in MATLAB to the Python
Stars: ✭ 44 (+238.46%)
Mutual labels:  mpc
conclave
Query compiler for secure multi-party computation.
Stars: ✭ 86 (+561.54%)
Mutual labels:  mpc
snarkVM
A Virtual Machine for Zero-Knowledge Executions
Stars: ✭ 345 (+2553.85%)
Mutual labels:  zkp
mpc
Autonomous control of an USV using Model Predictive Control
Stars: ✭ 102 (+684.62%)
Mutual labels:  mpc

WeDPR-Lab-iOS-SDK

如何体验WeDPR-Lab-iOS-SDK

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

环境依赖

WeDPR Lab iOS SDK 依赖如下:

依赖软件 支持版本
xcode-toolchain 12.1

快速体验

编译项目前,需要准备好xcode、安装cocoapods,并注册ios开发者账号

  • 下载仓库
git clone https://github.com/WeBankBlockchain/WeDPR-Lab-iOS-SDK.git && cd ./WeDPR-Lab-iOS-SDK
  • 获取静态库:访问依赖库地址页面下载ios_sdk_static_lib.tar.gz 与 OpenSSL.tar.gz

  • 添加静态库至xcode:将libffi_c_crypto.a与libffi_c_vcl.a添加至xcode

  • 查看demo:查看ViewController.m了解demo调用页面

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