checksum
Message digest calculator
Provides functions to compute message digests for large files in multiple formats
Compute message digest for large files in Go
104 stars
3 watching
16 forks
Language: Go
last commit: 11 months ago
Linked from 2 awesome lists
blake2schecksumcrc32gogolangmd5message-digestsha1sha256
Related projects:
Repository | Description | Stars |
---|---|---|
xsc/pandect | Provides a simple and efficient way to calculate message digests, checksums, HMAC signatures, and digital signatures in Clojure. | 223 |
clj-commons/digest | Provides message digest functions for data integrity verification in Clojure programming | 158 |
aksalj/hashlibpp | Provides a simple C++ library to compute cryptographic checksums. | 15 |
kerukuro/digestpp | A C++ library providing a flexible and universal API for various cryptographic hash functions | 196 |
osamingo/checkdigit | Provides a collection of algorithms and calculators for verifying check digits in various formats. | 110 |
thempatel/streamvbyte-simdgo | A Go implementation of Stream VByte compression algorithm leveraging SIMD techniques for improved performance. | 16 |
joaodanielrufino/gcloc | A tool to count lines of code in various programming languages and file formats. | 30 |
monoculum/formam | A package to decode HTTP form and query parameters into Go structs with flexible data types | 192 |
crocmagnon/fatcontext | Detects potential performance issues in Go code caused by nested contexts in loops or function literals | 10 |
iancmcc/bingo | Packs and unpacks common data types in a fast and efficient way | 41 |
chanced/caps | A case conversion library for Go. | 54 |
sashamelentyev/usestdlibvars | Detects potential misuse of standard library variables in Go code | 43 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
efischer19/golang_ctci | A personal project to learn and implement solutions from "Cracking the Coding Interview" in Go programming language. | 88 |
goodsign/icu | Provides a Cgo binding to detect and convert text encoding in a Unicode-based C library | 21 |