Files
pse.dev/data/projects/pse-security.ts
Kalidou Diagne f3fe727e5e General issues fix (#197)
* general issues fixes
2024-10-18 02:09:32 +01:00

25 lines
592 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const pseSecurity: ProjectInterface = {
id: "pse-security",
section: "pse",
projectStatus: 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"],
},
}