1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-15 13:53:25 +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-08 10:08:09 -03:00
2024-03-25 09:58:18 -03:00
2024-04-22 23:51:00 -03:00
2024-04-27 00:37:39 -03:00
2024-02-20 22:27:42 -03:00
2023-07-20 13:16:30 +00:00
2024-04-27 11:49:59 -03:00
2024-04-01 15:42:00 -03:00
2023-09-29 00:49:02 +00:00
2024-02-09 09:57:38 -03:00
2023-06-13 12:38:31 +00:00
2023-12-26 11:29:46 -03:00
2024-04-27 11:49:59 -03:00
2023-10-10 12:39:32 +00:00
2023-06-21 17:48:38 -03:00
2024-05-08 23:50:24 -03:00