mirror of
https://github.com/sonr-io/crypto.git
synced 2026-09-17 01:26:23 +00:00
16 lines
262 B
TypeScript
16 lines
262 B
TypeScript
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",
|
|
],
|
|
});
|