aboutsummaryrefslogtreecommitdiffstats
path: root/fingerprint.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-11 16:24:28 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-11 16:24:28 -0400
commitf1b5e0248df11839ae8b560f57eb5556ec3583ec (patch)
tree242f19df36068f0452b56c7c43d7f89bb9a10c73 /fingerprint.go
parent9f31d05492b560292e0f41eb129ddbe7b8ca8f3c (diff)
downloadhose-f1b5e0248df11839ae8b560f57eb5556ec3583ec.zip
remove fingerprint; display entire key
Diffstat (limited to 'fingerprint.go')
-rw-r--r--fingerprint.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/fingerprint.go b/fingerprint.go
deleted file mode 100644
index 9812114..0000000
--- a/fingerprint.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-import "crypto/sha256"
-
-func fingerprint(key []byte) []byte {
- return sha256.New().Sum(key)
-}