circe: CRC

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

Cyclic redundancy check CRC16 CRC32


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.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-12T13:30:45Z
Category Codec
Home page https://github.com/dopamane/circe
Source repo head: git clone https://github.com/dopamane/circe
Distributions
Executables crc
Downloads 0 total (0 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-08-12 [all 1 reports]

Readme for circe-0.1.0.0

[back to package description]

CIRCE 🐆

CRC cyclic redundancy check

Support CRC16 & CRC32

Usage

crc 16 --help                  # crc options
crc 32 --help
echo -n "hello world" | crc 16 # stream stdin
crc 16 100gb.bin               # stream file

Development

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