Skip to content

Commit b5b453a

Browse files
committed
update order & date
1 parent f805a0c commit b5b453a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_blog/deployment-dilemma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "The Deployment Dilemma: Merits & Challenges of Deploying MPC"
4-
date: 2023-09-21
4+
date: 2023-09-26
55
math: true
66
custom_authors: true
77
excerpt: "MPC, or secure multi-party computation, is a powerful class of cryptographic primitives that enables a host of privacy-preserving systems. In MPC, $n$ parties each have an input $s_i$, and aim to compute a joint function $f(s_1, …, s_n)$. Because parties can only learn the function’s output, each party’s input is entirely hidden from the rest.

_tabs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# the default layout is 'page'
33
icon: fas fa-user
4-
order: 3
4+
order: 5
55
---
66

77
<style>

_tabs/categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
layout: categories
33
icon: fas fa-stream
4-
order: 3
4+
order: 4
55
---

0 commit comments

Comments
 (0)