1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00
Shun Sakai 5d98c69f0f
feat(checksum): supports BLAKE2 and SHA-3 (#4850)
If applied, these commits will allow users to use BLAKE2 (BLAKE2b-512
and BLAKE2s-256) and SHA-3 (SHA3-{224,256,384,512}) as checksum
algorithms.

This is because I think it would be useful if these algorithms could be
used as an alternative to SHA-1 and SHA-2. These algorithms are
standardized as [RFC
7693](https://datatracker.ietf.org/doc/html/rfc7693) (BLAKE2) and [FIPS
PUB
202](https://www.nist.gov/publications/sha-3-standard-permutation-based-hash-and-extendable-output-functions)
(SHA-3).

- <https://en.wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE2>
- <https://en.wikipedia.org/wiki/SHA-3>
2024-05-09 21:45:28 -03:00
..
2024-04-07 23:04:15 -03:00
2024-01-21 22:16:05 -03:00
2024-02-05 09:18:01 -03:00
2024-03-15 13:16:57 -03:00
2024-01-17 08:35:28 -03:00
2023-09-19 00:31:05 +00:00
2023-09-29 00:49:02 +00:00
2023-11-19 14:54:18 -03:00
2024-04-19 22:27:50 -03:00
2024-04-28 20:20:53 -03:00
2024-02-05 09:18:01 -03:00
2023-09-04 14:12:01 +00:00