Untitled

šŸ“°Getting Started | ā­**Updates |** šŸ“ Guides | šŸ”¢ API | ā“FAQ

Guides Overview

Checksum

TheĀ checksumĀ library provides limited apis related to insecure checksum algorithms. These algorithms are NOT cryptographically secure and should not be used for secure information.

const checksum = require('checksum');

Module Methods

crc16(payload)

Uses the CRC 16 method to retrieve a deterministic 16-bit integer from a string.

Next: Drawing

Sidebar Table of Contents


Untitled

Copyright Ā© 2021 Enklu, Inc.