coreutils/src
Sylvestre Ledru 2c83b28d18 hashsum: improve the file verification algo.
We have 3 different kinds of input:
* "algo (filename) = checksum"
  example: `BLAKE2 (a) = bedfbb90d858c2d67b7ee8f7523be3d3b54004ef9e4f02f2ad79a1d05bfdfe49b81e3c92ebf99b504102b6bf003fa342587f5b3124c205f55204e8c4b4ce7d7c`
* "checksum  filename"
  example: `60b725f10c9c85c70d97880dfe8191b3  a`
* "checksum filename"
  example: `60b725f10c9c85c70d97880dfe8191b3 a`

These algo/regexp are tricky as files can be called "a, " b", " ", or "*c".
We look at the first time to analyze the kind of input and reuse the same regexp then.
2024-05-29 09:08:04 +02:00
..
bin multicall: add --list to list all utils 2024-04-30 17:26:02 +02:00
uu hashsum: Implement the quiet mode 2024-05-29 09:08:04 +02:00
uucore hashsum: improve the file verification algo. 2024-05-29 09:08:04 +02:00
uucore_procs fix(deps): update rust crate proc-macro2 to 1.0.81 2024-05-03 05:41:47 +00:00
uuhelp_parser Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00