aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/leaf/hash/hash.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sigsum-debug/leaf/hash/hash.go')
-rw-r--r--cmd/sigsum-debug/leaf/hash/hash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sigsum-debug/leaf/hash/hash.go b/cmd/sigsum-debug/leaf/hash/hash.go
index 4fd471c..a6fe1ad 100644
--- a/cmd/sigsum-debug/leaf/hash/hash.go
+++ b/cmd/sigsum-debug/leaf/hash/hash.go
@@ -18,7 +18,7 @@ func Main(args []string, optKeyHash, optSignature string, optShardHint uint64) e
if err != nil {
return fmt.Errorf("read stdin: %w", err)
}
- keyHash, err := fmtio.KeyHashFromHex(optKeyHash)
+ keyHash, err := fmtio.HashFromHex(optKeyHash)
if err != nil {
return fmt.Errorf("parse key hash: %w", err)
}