From 09c28d4a950b14d1d2a13f79bc7feb4efee5a164 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 14 Jun 2014 12:48:44 +0100 Subject: [PATCH] comment --- nsecx.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nsecx.go b/nsecx.go index d98992ad..744ddb49 100644 --- a/nsecx.go +++ b/nsecx.go @@ -15,7 +15,8 @@ type saltWireFmt struct { Salt string `dns:"size-hex"` } -// HashName hashes a string (label) according to RFC 5155. It returns the hashed string. +// HashName hashes a string (label) according to RFC 5155. It returns the hashed string in +// uppercase. func HashName(label string, ha uint8, iter uint16, salt string) string { saltwire := new(saltWireFmt) saltwire.Salt = salt