An arbitrary-precision CRC calculator and algorithm finder
http://reveng.sourceforge.net/
CRC RevEng is a portable, arbitrary-precision CRC calculator and
algorithm finder. It calculates CRCs using any of the 72 preset
algorithms, or a user-specified algorithm to any width. It calculates
reversed CRCs to give the bit pattern that produces a desired forward
CRC. CRC RevEng also reverse-engineers any CRC algorithm from
sufficient correctly formatted message-CRC pairs and optional known
parameters. It comprises powerful input interpretation options.
Compliant with Ross Williams' Rocksoft(tm) model of parametrised CRC
algorithms.
- Sources inherited from project devel:tools
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / reveng
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:redwil:devel:tools/reveng && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
reveng-2.0.2.tar.xz | 0000292120 285 KB | |
reveng-dont-strip.patch | 0000000285 285 Bytes | |
reveng-obey-cflags.patch | 0000000323 323 Bytes | |
reveng-presets_i386.patch | 0000000293 293 Bytes | |
reveng-presets_x86_64.patch | 0000000671 671 Bytes | |
reveng.changes | 0000005540 5.41 KB | |
reveng.spec | 0000002334 2.28 KB |
Revision 17 (latest revision is 35)
Martin Pluskal (pluskalm)
accepted
request 745000
from
Martin Hauke (mnhauke)
(revision 17)
- Update to version 2.0.2 * The memory allocation expands geometrically while reading polynomials from files; this improves performance on large files but memory overhead is increased during the read. * The argument index is initialized at run time, allowing RISC OS and ARM Tube OS users to re-invoke CRC RevEng from memory using *Go. * Replaced getopt library. * Removed underscores from system calls. * Updated documentation. - Update to version 2.0.1 * Improved robustness of reveng()
Comments 0