1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Improve hash fetching and logging

This commit is contained in:
koplas 2024-11-22 16:31:56 +01:00
parent de047b7682
commit 79b89009dd
2 changed files with 85 additions and 28 deletions

View file

@ -44,8 +44,8 @@ const (
type hashAlgorithm string
const (
algSha256 = hashAlgorithm("SHA256")
algSha2512 = hashAlgorithm("SHA512")
algSha256 = hashAlgorithm("SHA256")
algSha512 = hashAlgorithm("SHA512")
)
type config struct {