helm-controller/internal/digest
Hidde Beydals 7a70bd599f
Allow configuration of digest algorithm
This introduces a `--snapshot-digest-algo` flag to allow configuring a
different algorithm than SHA256.

This allows the user to for example configure `blake3`, which is
potentially faster (and less resource intensive) on modern hardware.

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2023-11-24 18:19:53 +01:00
..
digest.go Allow configuration of digest algorithm 2023-11-24 18:19:53 +01:00
digest_test.go Allow configuration of digest algorithm 2023-11-24 18:19:53 +01:00