coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH V2] Add support for cksum --algorithm [sm3]


From: Pádraig Brady
Subject: [PATCH V2] Add support for cksum --algorithm [sm3]
Date: Sun, 12 Sep 2021 19:13:54 +0100

This patch set refactors all digest implementations
to their own modules, all interfaced through digest.c.
All file operations and diagnostics are done in digest.c.
All digests are made available through `cksum -a`.
Also we add support for SM3 through `cksum -a sm3` only.

V2 changes:

- Various small fixes to previous patch set.
- Simplify b2sum specific code.
- Add support for `cksum -c` to infer the algorithm from tagged checksums.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]