Registry / utility / digest-crc

digest-crc

JSON →
library0.7.0rbrubygemsunverified

Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module.

gem install digest-crc
INSTALL
IMPORT
SIG · DIGEST-CRC
D
digest-crc
utilityrubyv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Digest::CRC
✓ require 'digest/crc'

Compute a CRC checksum for a string

require 'digest/crc' crc = Digest::CRC.new crc << 'hello' puts crc.hexdigest
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
digest-crc — gem install digest-crc · libregistry