š°Getting Started | ā**Updates |** š Guides | š¢ API | āFAQ
Web Editor Basics
HoloLens
Mobile
Meta Quest
Chapter Series Documentation
Assets
Scripting
Enklu Embedded
API Reference
Release Notes
FAQ
Contact
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');
crc16(payload)
payload <string>
integer
Ā representing the payload.Uses the CRC 16 method to retrieve a deterministic 16-bit integer from a string.
Next: Drawing
Sidebar Table of Contents
Copyright Ā© 2021 Enklu, Inc.