II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--cryptographic-protocol-implementation
specializations/cryptography-blockchain/cryptographic-protocol-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/cryptographic-protocol-implementation",
"description": "Cryptographic Protocol Implementation - Secure implementation of cryptographic protocols including signature\nschemes, encryption, and key derivation following best practices and standards.",
"libraryPath": "library/specializations/cryptography-blockchain/cryptographic-protocol-implementation.js",
"specialization": "cryptography-blockchain",
"references": [
"- NIST Cryptographic Standards: https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines",
"- RFC 6979 Deterministic ECDSA: https://datatracker.ietf.org/doc/html/rfc6979"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/cryptographic-protocol-implementation', {\n projectName: 'Signature Scheme',\n protocolType: 'digital-signature',\n algorithm: 'ECDSA',\n securityLevel: 128\n});",
"usesAgents": [
"cryptographer",
"crypto-engineer",
"crypto-developer",
"key-generation-engineer",
"serialization-engineer",
"test-vector-engineer",
"crypto-security-reviewer",
"crypto-documenter"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "skill-area:protocol-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--cryptographic-protocol-implementation",
"to": "lib-agent:cryptography-blockchain--crypto-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}