./security/xhash, Faster hashing with Goroutines

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.5.1, Package name: xhash-3.5.1, Maintainer: rbranco

This Go program uses goroutines to calculate multiple hashes on strings & files.

The output format is fully configurable.

Supported hashes:
- All Blake2b
- Blake2s256
- All SHA-3
- All SHA-2
- Legacy SHA-1, MD5
- HMAC for some of the above.


Master sites:

Filesize: 14.676 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-20 18:31:44 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
xhash: update to 3.5.1.

Changelog:
- Update dependencies
- Update to Go 1.23
- Fix race condition with --all
- Major refactor and code tidying

From maintainer Ricardo Branco in PR 58765.
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-19 17:14:35 by Benny Siegert | Files touched by this commit (4) | Package updated
Log message:
xhash: update to 3.4.4

- add --base64 and -b options
- re-enable 224 and 384 sized hashes

Patch from Ricardo Branco in PR pkg/58267.
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update