mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
hashsum: support --check for algorithms with variable output length (#2583)
* hashsum: support --check for var. length outputs Add the ability for `hashsum --check` to work with algorithms with variable output length. Previously, the program would terminate with an error due to constructing an invalid regular expression. * fixup! hashsum: support --check for var. length outputs
This commit is contained in:
parent
b828e922e5
commit
bdc0f4b7c3
15 changed files with 40 additions and 4 deletions
1
tests/fixtures/hashsum/sha512.checkfile
vendored
Normal file
1
tests/fixtures/hashsum/sha512.checkfile
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
8710339dcb6814d0d9d2290ef422285c9322b7163951f9a0ca8f883d3305286f44139aa374848e4174f5aada663027e4548637b6d19894aec4fb6c46a139fbf9 input.txt
|
Loading…
Add table
Add a link
Reference in a new issue