circe: CRC

[ codec, library, mit, program ] [ Propose Tags ] [ Report a vulnerability ]

Cyclic redundancy check CRC8 CRC16 CRC32 CRC64


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 1.0.0.0, 1.1.0.0
Change log CHANGELOG.md
Dependencies base (<5), bytestring, circe, optparse-applicative, vector [details]
License MIT
Copyright David Cox
Author dopamane
Maintainer dwc1295@gmail.com
Uploaded by dopamane at 2026-08-16T19:48:01Z
Category Codec
Home page https://github.com/dopamane/circe
Source repo head: git clone https://github.com/dopamane/circe
Distributions
Executables crc
Downloads 6 total (6 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for circe-1.0.0.0

[back to package description]

CIRCE 🐆

CRC cyclic redundancy check

Support CRC8, CRC16, CRC32, and CRC64

Usage

crc (8|16|32|64) --help        # crc options
echo -n "hello world" | crc 16 # stream stdin
crc 32 10gb.bin                # stream file

Development

cabal build
cabal haddock
cabal run test
cabal run crc
cabal install