New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@cedulon/cose

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cedulon/cose

Deterministic CBOR and COSE_Sign1 (Ed25519) used by Cedulon.

latest
Source
npmnpm
Version
0.13.1
Version published
Weekly downloads
292
-20.65%
Maintainers
1
Weekly downloads
 
Created
Source

@cedulon/cose

Deterministic CBOR and COSE_Sign1 (Ed25519). Cedulon receipts, manifests, checkpoints, and decision tokens share this encoder.

import { signCoseSign1, verifyCoseSign1, CTY_RECEIPT } from "@cedulon/cose";

const cose = signCoseSign1(payload, privateKeyPem, CTY_RECEIPT);
verifyCoseSign1(cose, publicKeyPem, CTY_RECEIPT);

Repository: https://github.com/dogrucanemek-alt/cedulon

Keywords

cedulon

FAQs

Package last updated on 11 Sep 2026

Related posts