Skip to content

Commit b0b3806

Browse files
committed
Add badge
1 parent ff6023e commit b0b3806

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# hashbuf
2-
[![CI](https://github.com/carry0987/hashbuf/actions/workflows/ci.yml/badge.svg)](https://github.com/carry0987/hashbuf/actions/workflows/ci.yml)
2+
[![CI](https://github.com/carry0987/hashbuf/actions/workflows/ci.yml/badge.svg)](https://github.com/carry0987/hashbuf/actions/workflows/ci.yml)
3+
34
High-performance hash functions for JavaScript/TypeScript, powered by Rust and WebAssembly.
45

56
## Features
@@ -14,11 +15,11 @@ High-performance hash functions for JavaScript/TypeScript, powered by Rust and W
1415

1516
## Packages
1617

17-
| Package | Description |
18-
|---------|-------------|
19-
| [`@hashbuf/blake3`](./packages/blake3) | BLAKE3 hash, double hash, keyed MAC, streaming |
20-
| [`@hashbuf/sha256`](./packages/sha256) | SHA-256 hash, double hash, HMAC-SHA256, streaming |
21-
| [`@hashbuf/types`](./packages/types) | Shared `Hasher` and `HashAlgorithm` interfaces |
18+
| Package | NPM | Description |
19+
|---------|-----|-------------|
20+
| [`@hashbuf/blake3`](./packages/blake3) | [![NPM](https://img.shields.io/npm/v/@hashbuf/blake3.svg)](https://www.npmjs.com/package/@hashbuf/blake3) | BLAKE3 hash, double hash, keyed MAC, streaming |
21+
| [`@hashbuf/sha256`](./packages/sha256) | [![NPM](https://img.shields.io/npm/v/@hashbuf/sha256.svg)](https://www.npmjs.com/package/@hashbuf/sha256) | SHA-256 hash, double hash, HMAC-SHA256, streaming |
22+
| [`@hashbuf/types`](./packages/types) | [![NPM](https://img.shields.io/npm/v/@hashbuf/types.svg)](https://www.npmjs.com/package/@hashbuf/types) | Shared `Hasher` and `HashAlgorithm` interfaces |
2223

2324
## Quick Start
2425

packages/blake3/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hashbuf/blake3
22

3+
[![NPM](https://img.shields.io/npm/v/@hashbuf/blake3.svg)](https://www.npmjs.com/package/@hashbuf/blake3)
4+
35
BLAKE3 cryptographic hash function powered by Rust/WASM. Supports one-shot hashing, double hashing, keyed MAC, and incremental streaming.
46

57
## Install

packages/sha256/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hashbuf/sha256
22

3+
[![NPM](https://img.shields.io/npm/v/@hashbuf/sha256.svg)](https://www.npmjs.com/package/@hashbuf/sha256)
4+
35
SHA-256 cryptographic hash function and HMAC-SHA256 powered by Rust/WASM. Supports one-shot hashing, double hashing, HMAC, and incremental streaming.
46

57
## Install

packages/types/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hashbuf/types
22

3+
[![NPM](https://img.shields.io/npm/v/@hashbuf/types.svg)](https://www.npmjs.com/package/@hashbuf/types)
4+
35
Shared type definitions for hashbuf packages.
46

57
## Install

0 commit comments

Comments
 (0)