Skip to content

Commit

Permalink
Add who use us section. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jovany-wang authored Jan 18, 2024
1 parent bbc4bc2 commit f49f7ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,16 @@ python test.py bob
Then you will get `The result in party alice is 5` on the first terminal screen and `The result in party bob is 5` on the second terminal screen.

Figure shows the execution under the hood:
![ppeH68x.png](https://s1.ax1x.com/2023/03/08/ppeH68x.png)

<div align="center">
<img src="https://s1.ax1x.com/2023/03/08/ppeH68x.png" alt="Figure" width="500">
</div>
## Running untrusted codes
As a general rule: Always execute untrusted codes inside a sandbox (e.g., [nsjail](https://github.com/google/nsjail)).

## Who use us
<a href="https://github.com/alipay/Antchain-MPC">
<img src="docs/images/morse-logo.png" alt="Ant Chain Morse" width="240">
</a>
<a href="https://github.com/secretflow/secretflow">
<img src="docs/images/secretflow-logo.png" alt="SecretFlow" width="240">
</a>
Binary file added docs/images/morse-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/secretflow-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f49f7ba

Please sign in to comment.