nim-crc32
CRC calculator
A Nim library implementing in-place CRC32 checksum computation
CRC-32 In-place for Nim.
15 stars
3 watching
2 forks
Language: Nim
last commit: 4 months ago
Linked from 2 awesome lists
checksumcrc32nimnim-lang
Related projects:
Repository | Description | Stars |
---|---|---|
d-bahr/crcpp | An efficient C++ implementation of a portable and lightweight CRC algorithm | 343 |
juancarlospaco/cpython | An alternative implementation of Python's standard library for use in Nim programming language | 144 |
juancarlospaco/cliche | A CLI argument parser library for Nim language | 82 |
aksalj/hashlibpp | Provides a simple C++ library to compute cryptographic checksums. | 15 |
juancarlospaco/nim-datauri | Provides functions to convert between data URIs and file paths in Nim programming language. | 1 |
treeform/chrono | A Timestamps and Timezones library for Nim programming language | 78 |
juancarlospaco/nim-html-dsl | A compiler-based HTML DSL for Nim programming language | 66 |
juancarlospaco/nim-bytes2human | Converts integer bytes to human-readable units of measurement | 12 |
juancarlospaco/nim-gatabase | A compile-time ORM for Nim, providing a simplified DSL for working with databases. | 120 |
juancarlospaco/nim-datetime2human | Tools to convert date and time to human-readable format with precision from seconds to millenniums | 8 |
rowol/stm32_discovery_arm_gcc | Development tools and code examples for STM32 microcontrollers using Linux and the GNU Tools for Embedded ARM Processors Toolchain. | 91 |
codingsince1985/checksum | Provides functions to compute message digests for large files in multiple formats | 105 |
vacp2p/nim-quic | An implementation of the QUIC protocol in Nim programming language | 42 |
juancarlospaco/nodejs | An alternative implementation of Node.js's standard library for the Nim programming language | 209 |
caseycarter/cmcstl2 | An implementation of C++ ranges with support for the One Ranges Proposal | 223 |