114 results for “topic:crc16”
Rust implementation of CRC(16, 32, 64) with support of various standards
Reversing CRC for fun and profit
A Cyclic Redundancy Check (CRC) library for Ruby.
World's fastest generic CRC calculator for all known CRC-16, CRC-32, and CRC-64 variants, as well as bring-your-own custom parameters, using SIMD intrinsics, which can exceed 100GiB/s on modern systems. Supplies a C/C++ compatible library for use with languages other than Rust.
Pure Python CRC library
libscrc is a library for calculating CRC3 CRC4 CRC5 CRC6 CRC7 CRC8 CRC10 CRC11 CRC12 CRC15 CRC16 CRC24 CRC30 CRC31 CRC32 CRC64 CRC82
MODBUS Protocol CRC Calculation (algorithm performance analysis)
A Safety-Critical Utility Code
NullFX CRC is a small set of CRC utilities (crc8, crc16, and crc32) written in C# and released under the MIT License
Simple code to alter QRIS data
A native node addon to calcalate and verify CRC16 values, adopted by MODBUS agreement
A Pure Rust Implementation of Generic CRC Algorithm
A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum.
Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.
All CRC algorithms implemented in Java. support: CRC-3、CRC-4、CRC-5、CRC-6、CRC-7、CRC-8、CRC-10、CRC-11、CRC-12、CRC-13、CRC-14、CRC-15、CRC-16、CRC-17、CRC-21、CRC-24、CRC-30、CRC-31、CRC-32、CRC-40、CRC-64、CRC-82
A cross-platform tool for calculating the hashes of files and plain texts.
LabVIEW hash library for SHA-256, SCRAM, PBKDF2, HMAC, Base64, CRC-8, CRC-16, CRC-32
Checksum & Hashing library for Lazarus
A pure JavaScript and zero dependencies CRC node module.
EMVCo SGQR encode decode crc - payment module。二维码支付相关,新加坡二维码支付
CRC library for Nim. You're gonna carry that weight.
CRC-8, CRC-16, CRC-32 calculation with flexible settings and a set of tuning presets
C# CRC-16 Checksum Algorithm
a cyclic redundancy check(one kind of Error Correcting Code) software(MATLAB) and hardware(Verilog HDL) implementation.
:books: Provides a handy way to hash data using Adler32, CRC (8-bit to 82-bit, and customizable without bit restriction), MD5, SHA-1, SHA-2 and SHA-3 (256-bit, 384-bit and 512-bit), including HMAC keyed hashing for some types. Functions for encrypting and decrypting data with Rijndael (128-bit, 192-bit and 256-bit) are also offered
Basic RFID Reader over Serial Port
A HTTP microservice that provides a checksum to POSTed data
A Python CRC library for calculation and C-code generation
An optimised library providing CRC8, CRC16, and CRC32 computation functions for the STM8 microcontroller
CRC16-MODBUS Checksum calculator, Kotlin