@onsignet/core
v0.2.0
Published
Signet protocol core: crypto, message format, identity
Readme
@onsignet/core
Core cryptographic primitives for the Signet protocol — identity, envelope signing/verification, encryption, capability tokens, and owner attestation.
Installation
npm install @onsignet/coreKey Exports
createEnvelope,verifyEnvelope,decryptEnvelope— Signed/encrypted message handlingcreateCapabilityToken,verifyCapabilitySignature— Capability-based authorizationverifyOwnerAttestation— Owner attestation verificationcreateKeyRevocation— Key revocation supportencodeBase64,decodeBase64,parseNodeId— Utilities
Usage
Used internally by @onsignet/daemon. Can be used directly for custom integrations with the Signet protocol.
