mirror of
https://github.com/sonr-io/crypto.git
synced 2026-09-17 01:26:23 +00:00
feat: init docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { defineMeta } from "blume";
|
||||
|
||||
export default defineMeta({
|
||||
title: "Zero-Knowledge",
|
||||
icon: "eye-off",
|
||||
order: 6,
|
||||
pages: ["index", "schnorr", "accumulator", "bulletproof", "paillier"],
|
||||
});
|
||||
Reference in New Issue
Block a user