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:
parent
de047b7682
commit
79b89009dd
2 changed files with 85 additions and 28 deletions
|
|
@ -44,8 +44,8 @@ const (
|
|||
type hashAlgorithm string
|
||||
|
||||
const (
|
||||
algSha256 = hashAlgorithm("SHA256")
|
||||
algSha2512 = hashAlgorithm("SHA512")
|
||||
algSha256 = hashAlgorithm("SHA256")
|
||||
algSha512 = hashAlgorithm("SHA512")
|
||||
)
|
||||
|
||||
type config struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue