2026-09-02 15:29:51 -04:00
|
|
|
import { defineMeta } from "blume";
|
|
|
|
|
|
|
|
|
|
export default defineMeta({
|
|
|
|
|
title: "Threshold & MPC",
|
|
|
|
|
icon: "users",
|
|
|
|
|
order: 5,
|
|
|
|
|
pages: [
|
|
|
|
|
"index",
|
|
|
|
|
"secret-sharing",
|
|
|
|
|
"dkg",
|
|
|
|
|
"threshold-ecdsa",
|
|
|
|
|
"threshold-ed25519",
|
|
|
|
|
"oblivious-transfer",
|
|
|
|
|
],
|
|
|
|
|
});
|