Skip to content

Commit 1eae64f

Browse files
committed
updating images
1 parent 46ec681 commit 1eae64f

40 files changed

+22
-22
lines changed

_posts/2023-06-27-Coinbase Wallet as a Service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Infrastructure, Crypto Wallet]
55
toc: true
66
image:
7-
path: https://coincu.com/wp-content/uploads/2023/05/image-1191.png
7+
path: /assets/img/coinbase.gif
88
---
99

1010
Coinbase’s Wallet as a Service (WaaS) is a set of wallet infrastructure APIs, enabling companies to create and deploy customizable wallets. Wallets built with WaaS will use MPC for generating signatures on transactions. The key is secret-shared between the end user and Coinbase. Coinbase uses public-verifiable backups in the case of an end user losing access to their device.

_posts/2023-06-27-Confidential Space.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Infrastructure]
55
toc: true
66
image:
7-
path: https://storage.googleapis.com/gweb-cloudblog-publish/images/Confidential_Space.max-2600x2600.jpg
7+
path: /assets/img/google.jpg
88
---
99

1010
Google Cloud’s Confidential Space allows Google Cloud customers to deploy MPC solutions. Confidential Spaces can facilitate data analysis and machine learning on sensitive or regulated data among distrusting parties, an effort to ease tensions between data sharing and regulatory requirements by encouraging collaboration while maintaining data privacy. One potential application includes MPC wallets, in which the sensitive operation (signature generation using the key shards) can occur within a TEE.

_posts/2023-06-27-Crypto Key Custody.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Crypto Wallet]
55
toc: true
66
image:
7-
path: https://ctf-images-01.coinbasecdn.net/c5bd0wqjc7v0/3HNtoqqD2LJQLHjJZanDJE/fd370af7477d35448be6ce11cb1179bc/Wallet_SDK_HighRes2.png
7+
path: /assets/img/coinbase-custody.png
88
---
99

1010
Coinbase must secure signing keys since it custodies users’ digital assets. MPC is used for generating signatures on transactions without a central point of attack through a Threshold Signing Service (TSS). Each party’s longterm private keys are loaded onto Hardware Security Modules (HSMs) to prevent anyone from using the private keys if they do not have physical access to the HSM. Key generation and signature generation then occurs through the TSS protocol.

_posts/2023-06-27-Crypto Web3Auth Wallet as a Service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Infrastructure, Crypto Wallet]
55
toc: true
66
image:
7-
path: https://web3auth.io/images/MPC-Graphic-Final---Website-3.0.svg
7+
path: /assets/img/web3auth.png
88
---
99

1010
With Web3Auth infrastructure, a cryptocurrency signing key is divided into multiple parts and stored across the user’s devices, as well as the Web3Auth network. The objective is to ensure that the key is always available without a central point of attack. A Threshold Signature Scheme (TSS) is used to produce the final signed blockchain transaction.

_posts/2023-06-27-Crypto ZenGo MPC Wallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Crypto Wallet]
55
toc: true
66
image:
7-
path: https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F4bceec2a-3b27-47fd-91ce-45c93cf1274c%2FUntitled.png?table=block&id=c84d7635-bab4-4437-898b-961c556ef7b2&spaceId=85d84701-7672-4213-b7b6-d2de90f117b7&width=2000&userId=4437e3b9-e2de-4cb0-890e-b0aa85895308&cache=v2
7+
path: /assets/img/zengo.png
88
---
99

1010
Zengo, like other MPC wallets, replaces the traditional cryptocurrency private key with two secret shares. Zengo Threshold Signature Schemes (TSS) for distributed key generation and signing. One share is stored on the client device and another on a Zengo server.

_posts/2023-06-27-Divvi Up A Privacy-Respecting System for Aggregate Statistics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Private Analytics]
55
toc: true
66
image:
7-
path: https://divviup.org/images/DivviUpSocialShare.png
7+
path: /assets/img/divviup-logo.png
88
---
99

1010
Divvi Up is the Internet Security Research Group’s system for private statistical aggregation of software telemetry. Divvi Up offers the Prio3 suite of algorithms. Applications upon which these aggregate statistics are collected include web browsers, mobile applications, or websites. Divvi Up is the evolution of the [experiment run with Mozilla](https://blog.mozilla.org/security/2019/06/06/next-steps-in-privacy-preserving-telemetry-with-prio/), in which Prio was used to collect browser Telemetry data.

_posts/2023-06-27-Fireblocks MPC Wallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Crypto Wallet]
55
toc: true
66
image:
7-
path: https://dev.rootstock.io/assets/img/solutions/fireblocks/fireblocks-banner.jpg
7+
path: /assets/img/fireblocks.jpeg
88
---
99

1010
Fireblocks is one of the leading cryptocurrency wallets which distributes trust between the application provider and the client in order to mitigate central points of attack. As opposed to storing the private key in a single location, Fireblocks never materializes it and instead shards the secret among Fireblocks servers and the client’s mobile devices. To sign a blockchain transaction, a quorum of at least 3 endpoints conduct an MPC signature protocol to generate a valid signature on a proposed user transaction. In addition, Fireblocks stores keys and API keys in SGX so they cannot be extracted even if malware or a hacker has control over the server’s OS.

_posts/2023-06-27-MPC for Social Good.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Social Good]
55
toc: true
66
image:
7-
path: https://images.squarespace-cdn.com/content/v1/5c929cff51f4d4fc49ab6f8b/1556651262449-0UV2ZQJBNNKVI1IHT2MM/full+logo.png
7+
path: /assets/img/bwwc.png
88
---
99

1010
Researchers at Boston University have collaborated with several institutions in order to deploy social good MPC applications. One example is collaborating with Callisto for detecting serial perpetrators of sexual misconduct, and another is collaborating with the Boston Women’s Workforce Council to collect information about gender-related pay equity.

_posts/2023-06-27-Privacy-Preserving COVID-19 Exposure Notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Private Analytics]
55
toc: true
66
image:
7-
path: https://duet-cdn.vox-cdn.com/thumbor/0x0:1920x1080/1200x800/filters:focal(960x540:961x541):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/21831792/COVID_19_Exposure_Notification_Update_9.1.20___Hero_Screens.001.jpeg
7+
path: /assets/img/covid.png
88
---
99

1010
The Internet Security Research Group (ISRG) and the National Institute of Health (NIH) use MPC for extracting private analytics from COVID-19 Exposure Notifications from Google and Apple devices. The objective is to allow Public Health Authorities (PHAs) to collect meaningful data from user devices (e.g. the total number of exposure notification alerts) without exposing any one client’s data.

_posts/2023-06-27-Privacy-Preserving Inventory Matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Private Inventory Matching]
55
toc: true
66
image:
7-
path: https://investorjunkie.com/wp-content/uploads/2022/05/JP-Morgan-Self-Directed-Investing-Review.png
7+
path: /assets/img/jpmorgan-chase.jpeg
88
---
99

1010
Inventory matching is a mechanism for trading financial stocks in which buyers and sellers are paired. In the centralized setting, parties must share their order to buy or sell a stock, accompanied by the quantity. This is sensitive information that could cause adverse price movements prematurely, swaying prices adversely before a transaction finalizes. Prime Match allows clients to match their orders with reduced market impact while maintaining privacy through MPC. Prime Match runs in production at J.P Morgan, a large U.S. bank.

_posts/2023-06-27-Private Join and Compute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Infrastructure]
55
toc: true
66
image:
7-
path: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3lPccRuX4M_yyUTD5brrjqOvZCDunnEb9ldGRZU-gzRsp9WBGP0PDaY4e84Z4fmWgKa-Wxr7QqLejYs2AU-pYfcxqJ_SAhLC7RocaYLHtlXtbC5bcLNposS52-laEq3XTcEuIKmR3-m01ybx1xd_kGNpvHAkIlWUEnDpvmTSI1CL9T85Ude4MRntY/w640-h504/private_join_and_compute_cropped.png
7+
path: /assets/img/joincompute.png
88
---
99

1010
Google’s Private Join and Compute service is a new type of MPC that augments the core Private Set Intersection (PSI) protocol to allow organizations to collaborate with their confidential data sets. In particular, Private Join and Compute combines PSI and homomorphic encryption to privately compute the sum of associated values for records that have common identifiers in each of two users’ datasets.

_posts/2023-06-27-Private Lift Measurement for Private Advertising.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-27 06:24:30 -0800
44
categories: [Private Advertisting]
55
toc: true
66
image:
7-
path: https://about.fb.com/wp-content/uploads/2021/08/CD21_428-NRP-PETs-and-How-They-Will-Apply-to-Ads_In-line.png?resize=890%2C501?w=1920
7+
path: /assets/img/meta.png
88
---
99

1010
Meta’s Private Lift Measurement uses MPC to allow both Meta and an advertiser to learn insights about how an ad is performing without the need to trust either party with both datasets. MPC limits the information that can be learned by either Meta or the advertiser.

_posts/2023-06-28-Crypto Fordefi MPC Wallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories: [Crypto Wallet]
55
toc: true
66
author: aditya
77
image:
8-
path: https://mma.prnewswire.com/media/2033064/Fordefi_logo.jpg?p=facebook
8+
path: /assets/img/fordefi.jpeg
99
---
1010

1111
Fordefi is an institutional MPC wallet and security platform built for DeFi (decentralized finance). Fordefi leverages MPC in ensuring the security of transactions that are central to DeFi: trading, lending, staking, and voting.

_posts/2023-06-29-Crypto Safeheron MPC Wallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-06-29 01:08:12 -0800
44
categories: [Infrastructure, Crypto Wallet]
55
toc: true
66
image:
7-
path: https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F70fd8a86-6135-4da8-8d2c-8d54e868c0c6%2FSafeheron2019.png?id=1aeaaacb-c814-4701-b6ba-0d25193a771c&table=block&spaceId=2a58b8e1-a694-4ef1-bf91-64638150deac&width=1480&userId=&cache=v2
7+
path: /assets/img/safeheron.png
88
author: kane
99
---
1010

_posts/2023-07-07-Crypto Portal Web3 Infrastructure Provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-07-06 16:40:00 -0800
44
categories: [Infrastructure, Crypto Wallet]
55
toc: true
66
image:
7-
path: https://storage.googleapis.com/portal-logos-and-images/portal-product-image.png
7+
path: /assets/img/portal.png
88
author: parsa
99
---
1010

_posts/2023-07-10-Crypto Dfns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-07-10 02:15:30 -0800
44
categories: [Crypto Wallet, Infrastructure]
55
toc: true
66
image:
7-
path: https://assets.website-files.com/6248142028928a25074e21ec/6257c3f5bc96177c02d99f44_opengraph.png
7+
path: /assets/img/dfns.png
88
author: darya
99
---
1010

_posts/2023-07-25-Crypto Podiatry.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-07-25 15:00:00 +0100
44
categories: [Private Analytics]
55
toc: true
66
image:
7-
path: https://rosemanlabs.com/assets/img/roseman_labs_white_bg_fonts_OG.png
7+
path: /assets/img/roseman.png
88
author: meilof
99
---
1010

@@ -24,5 +24,5 @@ the data subjects.
2424
### Links
2525

2626
For more information, visit the
27-
[NVvP’s press release](https://www.podotherapie.nl/de-podotherapeut/nieuws-blogs/datawerkplaats-officieel-gelanceerd/)
27+
[here](https://rosemanlabs.com/en/customers/nederlandse-vereniging-van-podotherapeuten-nvvp)
2828
(in Dutch).

_posts/2023-07-25-Crypto SecureNed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-07-25 15:00:00 +0100
44
categories: [Private Analytics]
55
toc: true
66
image:
7-
path: https://rosemanlabs.com/assets/img/roseman_labs_white_bg_fonts_OG.png
7+
path: /assets/img/roseman.png
88
author: meilof
99
---
1010

_posts/2023-08-26-VaultDB Hypertension Study.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2023-08-26 02:30:00 -0800
44
categories: [Healthcare, Private Analytics]
55
toc: true
66
image:
7-
path: https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F4fb68682-34f4-4a82-b990-0a06e1eec183%2FUntitled.png?table=block&id=ad35f427-e6df-4225-9963-d9d7e03d2b62&spaceId=85d84701-7672-4213-b7b6-d2de90f117b7&width=2000&userId=4437e3b9-e2de-4cb0-890e-b0aa85895308&cache=v2
7+
path: /assets/img/vaultdb.png
88
author: jennie
99
---
1010

_tabs/about.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ order: 5
1919

2020
<div class="person-container">
2121
<div>
22-
<img src="https://deploy-mpc.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F024f6b71-1a44-41bb-b917-2bb9bc015ef4%2FIMG_4332_copy.jpg?id=84cb4de7-166c-47cb-aa57-026b07d6aa1e&table=block&spaceId=85d84701-7672-4213-b7b6-d2de90f117b7&width=2000&userId=&cache=v2" alt="darya" width="200" />
22+
<img src="/assets/img/darya.jpeg" alt="darya" width="200" />
2323
<p><strong>Darya Kaviani</strong></p>
2424
<p><a href="http://daryakaviani.com">daryakaviani.com</a></p>
2525
<p><a href="http://twitter.com/daryakaviani">@daryakaviani</a></p>
2626
<p><a href="mailto:[email protected]">[email protected]</a></p>
2727
</div>
2828

2929
<div>
30-
<img src="https://deploy-mpc.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F4072daea-2ff2-4b93-bfdf-323f47629498%2FRalucaInOffice_Large.jpeg?id=f6ce696f-450f-48be-8638-e127934bd071&table=block&spaceId=85d84701-7672-4213-b7b6-d2de90f117b7&width=2000&userId=&cache=v2" alt="raluca" width="200"/>
30+
<img src="/assets/img/raluca.jpeg" alt="raluca" width="200"/>
3131
<p><strong>Prof. Raluca Ada Popa</strong></p>
3232
<p><a href="https://people.eecs.berkeley.edu/~raluca/">people.eecs.berkeley.edu/~raluca/</a></p>
3333
<p><a href="http://twitter.com/ralucaadapopa">@ralucaadapopa</a></p>

assets/.DS_Store

6 KB
Binary file not shown.

assets/img/bwwc.png

33.7 KB
Loading

assets/img/coinbase-custody.png

123 KB
Loading

assets/img/covid.png

36.2 KB
Loading

assets/img/darya.jpeg

348 KB
Loading

assets/img/dfns.png

28.8 KB
Loading

assets/img/divviup-logo.png

28.5 KB
Loading

assets/img/fireblocks.jpeg

79.1 KB
Loading

assets/img/fordefi.jpeg

48.7 KB
Loading

assets/img/google.jpg

193 KB
Loading

assets/img/joincompute.png

63.1 KB
Loading

assets/img/jpmorgan-chase.jpeg

290 KB
Loading

assets/img/meta.png

28.4 KB
Loading

assets/img/portal.png

314 KB
Loading

assets/img/raluca.jpeg

329 KB
Loading

assets/img/roseman.png

35 KB
Loading

assets/img/safeheron.png

381 KB
Loading

assets/img/vaultdb.png

756 KB
Loading

assets/img/web3auth.png

269 KB
Loading

assets/img/zengo.png

715 KB
Loading

0 commit comments

Comments
 (0)