II.
LibrarySkill JSON
Structured · livelib-skill:cryptography-blockchain--crypto-primitives
crypto-primitives json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cryptography-blockchain--crypto-primitives",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "crypto-primitives",
"description": "Implementation and secure usage of cryptographic primitives including ECDSA, BLS, Schnorr signatures, key derivation, secret sharing, and constant-time operations. Provides guidance for secure cryptographic implementations in blockchain applications.",
"libraryPath": "library/specializations/cryptography-blockchain/skills/crypto-primitives/SKILL.md",
"specialization": "cryptography-blockchain",
"contentSummary": "# Cryptographic Primitives Skill\n\nExpert implementation and usage of cryptographic primitives for blockchain and security applications.\n\n## Capabilities\n\n- **Digital Signatures**: ECDSA, BLS, Schnorr signature implementation and verification\n- **Key Derivation**: BIP-32/39/44 hierarchical determinis"
},
"outgoingEdges": [
{
"from": "lib-skill:cryptography-blockchain--crypto-primitives",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cryptography-blockchain--crypto-primitives",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cryptography-blockchain--crypto-primitives",
"to": "skill-area:signature-schemes",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-skill:cryptography-blockchain--crypto-primitives",
"to": "skill-area:key-derivation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-skill:cryptography-blockchain--crypto-primitives",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cryptography-blockchain--crypto-primitives",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cryptography-blockchain--crypto-primitives",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}