Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 15 additions & 23 deletions components/mastermap/tlsnotary-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const TLSNOTARY: ProjectData = {
name: "Benchmarks",
description:
"Fully automated benchmarks across native and browser environments.",
status: "In progress",
status: "Finalizing",
statusDot: "green",
},
{
Expand All @@ -40,6 +40,13 @@ export const TLSNOTARY: ProjectData = {
status: "In progress",
statusDot: "green",
},
{
name: "TLS 1.3",
description:
"Implement TLS 1.3 MPC KDF and full TLS 1.3 support.",
status: "Paused",
statusDot: "blue",
},
{
name: "CI / Docs / Demos / Support",
description:
Expand All @@ -55,43 +62,28 @@ export const TLSNOTARY: ProjectData = {
statusDot: "green",
},
],
next: [
{
name: "TLS 1.3",
description:
"Implement TLS 1.3 MPC KDF and full TLS 1.3 support.",
status: "Stretch goal",
statusDot: "blue",
},
{
name: "VOLE-zkVM Integration",
description:
"Integrate VOLE-based zkVM into the TLSNotary core protocol.",
status: "H2 2026",
statusDot: "yellow",
},
{
next: [ {
name: "Production Ready Protocol",
description:
"1.0 release with production-grade protocol. Publish crates to crates.io.",
status: "H2 2026 · Critical",
statusDot: "yellow",
},
{
name: "Smart Contract Attestation",
name: "VOLE-zkVM Integration",
description:
"Attestation workflow for on-chain verification of TLSNotary proofs.",
status: "Scoping",
statusDot: "gray",
"Integrate VOLE-based zkVM into the TLSNotary core protocol, enabling more flexible selective disclosure and improved maintainability.",
status: "H2 2026",
statusDot: "yellow",
},
],
later: [
later: [
{
name: "Standard Interfaces for zkTLS",
description:
"Define and publish standard interfaces for the zkTLS ecosystem.",
status: "H2 2026",
statusDot: "yellow",
statusDot: "gray",
},
],
details: {
Expand Down
Loading