Update hackmd link (#302)

This commit is contained in:
tkmct
2025-03-04 21:10:40 +09:00
committed by GitHub
parent 61c20975ab
commit 7d2629fa74

View File

@@ -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"],
},
}
}