Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.1 KB

License NPM Release Stars

SD-JWT Implementation in JavaScript (TypeScript)

SD-JWT Hash

About

SHA-256 support for SD JWT

Check the detail description in our github repo.

Installation

To install this project, run the following command:

# using npm
npm install @sd-jwt/hash

# using yarn
yarn add @sd-jwt/hash

# using pnpm
pnpm install @sd-jwt/hash

Ensure you have Node.js installed as a prerequisite.

Usage

Check out more details in our documentation or examples

Dependencies

  • "@noble/hashes": "1.0.0",
    • pure js hash algorithm implementation with security audit (v1.0.0)