# @digitalbazaar/bbs-2023-cryptosuite

> A BBS 2023 Data Integrity cryptosuite for use with jsonld-signatures.

Latest version **2.0.1** (published 2024-08-26) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install @digitalbazaar/bbs-2023-cryptosuite
pnpm add @digitalbazaar/bbs-2023-cryptosuite
yarn add @digitalbazaar/bbs-2023-cryptosuite
bun add @digitalbazaar/bbs-2023-cryptosuite
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2024-08-26 |
| First published | 2024-01-15 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | ESM |
| Node | >=18 |
| Dependencies | 4 |
| Unpacked size | 28.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Maintainers | dlongley, msporny, davidlehn, mattcollier, gannan |

## Links

- npm: https://www.npmjs.com/package/@digitalbazaar/bbs-2023-cryptosuite
- Repository: https://github.com/digitalbazaar/bbs-2023-cryptosuite
- Issues: https://github.com/digitalbazaar/bbs-2023-cryptosuite/issues
- npm.io page: https://npm.io/package/@digitalbazaar/bbs-2023-cryptosuite

## Dependencies (4)

- [cborg](https://npm.io/package/cborg.md) ^4.0.5
- [base64url-universal](https://npm.io/package/base64url-universal.md) ^2.0.0
- [@digitalbazaar/di-sd-primitives](https://npm.io/package/@digitalbazaar/di-sd-primitives.md) ^3.0.4
- [@digitalbazaar/bls12-381-multikey](https://npm.io/package/@digitalbazaar/bls12-381-multikey.md) ^2.0.0

## Recent versions

- 2.0.1 (latest) — 2024-08-26
- 2.0.0 — 2024-08-19
- 1.2.0 — 2024-04-13
- 1.1.1 — 2024-01-30
- 1.1.0 — 2024-01-17
- 1.0.0 — 2024-01-15

## README

# BBS 2023 Data Integrity Cryptosuite _(@digitalbazaar/bbs-2023-cryptosuite)_

[![Build Status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/bbs-2023-cryptosuite/main.yml)](https://github.com/digitalbazaar/bbs-2023-cryptosuite/actions/workflows/main.yml)
[![Coverage Status](https://img.shields.io/codecov/c/github/digitalbazaar/bbs-2023-cryptosuite)](https://codecov.io/gh/digitalbazaar/bbs-2023-cryptosuite)
[![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/bbs-2023-cryptosuite.svg)](https://npm.im/@digitalbazaar/bbs-2023-cryptosuite)

> BBS 2023 Data Integrity Cryptosuite for use with jsonld-signatures.

## Table of Contents

- [Background](#background)
- [Security](#security)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [Commercial Support](#commercial-support)
- [License](#license)

## Background

For use with https://github.com/digitalbazaar/jsonld-signatures v11.2 and above.

See also related specs:

* [Verifiable Credential Data Integrity](https://w3c.github.io/vc-data-integrity/)

## Security

TBD

## Install

- Browsers and Node.js 18+ are supported.

To install from NPM:

```
npm install @digitalbazaar/bbs-2023-cryptosuite
```

To install locally (for development):

```
git clone https://github.com/digitalbazaar/bbs-2023-cryptosuite.git
cd bbs-2023-cryptosuite
npm install
```

## Usage

The following code snippet provides a complete example of digitally signing
a verifiable credential using this library:

```javascript
// ...
```

## Contribute

See [the contribute file](https://github.com/digitalbazaar/bedrock/blob/master/CONTRIBUTING.md)!

PRs accepted.

If editing the Readme, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## Commercial Support

Commercial support for this library is available upon request from
Digital Bazaar: support@digitalbazaar.com

## License

[New BSD License (3-clause)](LICENSE) © 2023 Digital Bazaar

---
_Source: https://npm.io/package/@digitalbazaar/bbs-2023-cryptosuite · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
