mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
Update hackmd link (#302)
This commit is contained in:
@@ -10,7 +10,7 @@ const content: ProjectContent = {
|
||||
tldr: "Publicly verifiable garbled circuit research",
|
||||
description: `
|
||||
We are actively researching on publicly verifiable garbled circuit. This will lead to constant round publicly verifiable 2 party computation. Currently we're exploring two ways to achieve this. The first approach is based on authenticated garbling and vector OLE and the second approach is based on commited OT and zkp.
|
||||
See more details [here](https://hackmd.io/@namncc/B1md-dp4ke).`,
|
||||
See more details [here](https://hackmd.io/bPUw6M9qSL-AyE19A58tMw).`,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,10 +24,10 @@ export const publiclyVerifiableGarbledCircuit: ProjectInterface = {
|
||||
imageAlt: "Publicly verifiable garbled circuit",
|
||||
name: "Publicly verifiable garbled circuit",
|
||||
links: {
|
||||
website: "https://hackmd.io/@namncc/B1md-dp4ke",
|
||||
website: "https://hackmd.io/bPUw6M9qSL-AyE19A58tMw",
|
||||
},
|
||||
tags: {
|
||||
keywords: ["mpc", "garbled circuit", "zkp"],
|
||||
themes: ["research"],
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user