Files
crypto/docs/threshold/meta.ts
T

16 lines
262 B
TypeScript
Raw Normal View History

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