Skip to content

Commit

Permalink
Suggested fixes for P256
Browse files Browse the repository at this point in the history
  • Loading branch information
aguzmant103 committed Sep 20, 2023
1 parent f8cb4f2 commit a254422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { zkitter } from "./projects/zkitter"
import { zkml } from "./projects/zkml"
import { Zkopru } from "./projects/zkopru"
import { zkp2p } from "./projects/zkp2p"
import { p256 } from "./projects/p256"

export const ProjectLinkIconMap: ProjectLinkType = {
github: GithubIcon,
Expand Down Expand Up @@ -71,5 +72,6 @@ export const projects: ProjectInterface[] = [
Coco,
Interep,
Zkopru,
ZKKit
ZKKit,
p256
]
2 changes: 1 addition & 1 deletion data/projects/p256.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const description = `
P256 is an ERC-4337 smart contract wallet that leverages zk-SNARKs for WebAuthn and P-256 signature verification. It aims to simplify Ethereum transactions by incorporating familiar authentication methods like touchID and faceID. The project addresses the challenges of seed phrase management and leverages the biometric capabilities of billions of cellphones to create a more user-friendly crypto experience. Technically, it is an end-to-end ERC-4337 smart contract wallet that verifies ZK proofs of Passkey signatures using the Halo2 proving system.
`

export const pseSecurity: ProjectInterface = {
export const p256: ProjectInterface = {
id: "p256",
projectStatus: "active",
image: "",
Expand Down

0 comments on commit a254422

Please sign in to comment.