II.
LibraryProcess overview
Reference · livelib-process:cryptography-blockchain--privacy-token-implementation
specializations/cryptography-blockchain/privacy-token-implementation overview
Privacy Token Implementation - Implementation of privacy-preserving tokens using ZK proofs for confidential transfers with hidden amounts and addresses.
Attributes
displayName
specializations/cryptography-blockchain/privacy-token-implementation
description
Privacy Token Implementation - Implementation of privacy-preserving tokens using ZK proofs for
confidential transfers with hidden amounts and addresses.
libraryPath
library/specializations/cryptography-blockchain/privacy-token-implementation.js
specialization
cryptography-blockchain
references
- - Zcash Protocol: https://zips.z.cash/protocol/protocol.pdf
- - Tornado Cash: https://docs.tornado.cash/
example
const result = await orchestrate('specializations/cryptography-blockchain/privacy-token-implementation', {
projectName: 'Confidential Token',
privacyScheme: 'zcash-sapling',
tokenStandard: 'ERC-20',
features: ['shielded-transfers', 'viewing-keys', 'compliance']
});
usesAgents
- privacy-architect
- commitment-engineer
- nullifier-engineer
- circuit-developer
- merkle-engineer
- keys-engineer
- compliance-engineer
- contract-developer
- privacy-tester
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_area2
- skill-area:symmetric-encryption·SkillAreaSymmetric Encryption
- skill-area:asymmetric-encryption·SkillAreaAsymmetric Encryption
Incoming edges
None.