section | x-masysma-name | title | date | lang | author | keywords | x-masysma-version | x-masysma-repository | x-masysma-website | x-masysma-owned | x-masysma-copyright | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11 |
adler32 |
Adler32 commandline utility |
2020/02/09 21:39:12 |
en-US |
|
|
1.0.0 |
1 |
Copyright (c) 2013, 2020 Ma_Sys.ma.
For further info send an e-mail to Ma_Sys.ma@web.de.
|
adler32
-- Calculate Adler32 checksum of a stream of data.
adler32
This program takes as input an arbitrarily long stream of bytes and outputs a single hexadecimal Adler32 checksum. It is intended as an alternative to CRC-based checksums which may run a little slower.
All actual computation is performed by zlib.
$ echo test | adler32
0x062801cb
Dependencies are as follows
- a C compiler e. g. as provided by package
gcc-8-base
for Debian - Zlib, e. g. from Debian package
zlib1g-dev
- The
ant
build tool.
Compile the program as follows:
$ ant
Build a Debian package (having the necessary dependencies for package creation installed) as follows:
$ ant package