1.5.0 • Published 1 month ago

@aegenet/belt-crc8 v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

npm version

@aegenet/belt-crc8

Very simple crc8

💾 Installation

yarn add @aegenet/belt-crc8@^1.4.0
# or
npm i @aegenet/belt-crc8@^1.4.0

📝 Usage

import { crc8 } from '@aegenet/belt-crc8';

crc8('hello'); // 0xf6

crc8(''); // 0x00

crc8(undefined); // 0x00

crc8(null); // 0x00
1.5.0

1 month ago

1.4.2

2 months ago

1.4.1

2 months ago

1.4.0

2 months ago

1.3.2

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago