II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--zk-circuit-development
specializations/cryptography-blockchain/zk-circuit-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--zk-circuit-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/zk-circuit-development",
"description": "ZK Circuit Development (Circom/Noir) - Development of zero-knowledge circuits using Circom or Noir for\nprivacy-preserving proofs and verifiable computation.",
"libraryPath": "library/specializations/cryptography-blockchain/zk-circuit-development.js",
"specialization": "cryptography-blockchain",
"references": [
"- Circom Documentation: https://docs.circom.io/",
"- Noir Language: https://noir-lang.org/docs/"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/zk-circuit-development', {\n projectName: 'Identity Prover',\n framework: 'circom',\n circuitType: 'membership-proof',\n constraintBudget: 100000\n});",
"usesAgents": [
"zk-analyst",
"zk-architect",
"signal-engineer",
"constraint-engineer",
"template-engineer",
"optimization-engineer",
"witness-engineer",
"zk-tester"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--zk-circuit-development",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}