II.
LibraryProcess overview
Reference · livelib-process:cryptography-blockchain--threshold-signature-scheme
specializations/cryptography-blockchain/threshold-signature-scheme overview
Threshold Signature Scheme Implementation - Implementation of threshold cryptography for distributed key generation and signing without reconstructing full private keys.
Attributes
displayName
specializations/cryptography-blockchain/threshold-signature-scheme
description
Threshold Signature Scheme Implementation - Implementation of threshold cryptography for distributed key
generation and signing without reconstructing full private keys.
libraryPath
library/specializations/cryptography-blockchain/threshold-signature-scheme.js
specialization
cryptography-blockchain
references
- - Threshold ECDSA: https://eprint.iacr.org/2020/540.pdf
example
const result = await orchestrate('specializations/cryptography-blockchain/threshold-signature-scheme', {
projectName: 'TSS Signing',
threshold: 3,
parties: 5,
scheme: 'ECDSA-TSS'
});
usesAgents
- dkg-engineer
- share-engineer
- signing-engineer
- refresh-engineer
- proactive-security-engineer
- recovery-engineer
- performance-engineer
- integration-engineer
Outgoing edges
lib_applies_to_domain1
- domain:security·DomainSecurity
lib_belongs_to_specialization1
- specialization:cryptography-blockchain·Specialization
lib_covers_topic2
- topic:hmac-signing·TopicHMAC Signing
- topic:ssl-certs·TopicSSL/TLS Certificates
lib_implements_workflow1
- workflow:crypto-protocol-review·WorkflowCryptographic Protocol Review
lib_involves_role1
- role:security-engineer·RoleSecurity Engineer
lib_requires_skill_area3
- skill-area:symmetric-encryption·SkillAreaSymmetric Encryption
- skill-area:asymmetric-encryption·SkillAreaAsymmetric Encryption
- skill-area:signature-schemes·SkillAreaDigital Signature Schemes
uses_agent1
- lib-agent:software-architecture--performance-engineer·LibraryAgentperformance-engineer
Incoming edges
None.