Files
pse.dev/data/projects/pse-security.ts
2024-09-19 02:47:06 +02:00

25 lines
565 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const pseSecurity: ProjectInterface = {
id: "pse-security",
section: "pse",
projectStatus: "active",
image: "pse-security.png",
name: "PSE Security",
links: {
github: "https://github.com/privacy-scaling-explorations/security",
},
tags: {
keywords: [
"Anonymity/privacy",
"Education",
"Key management",
"Scaling",
"Security",
],
themes: ["build"],
types: ["Legos/dev tools"],
builtWith: ["slither", "ecne", "circomspect", "echidna"],
},
}