From 5ee78f5e019e732fa2d9eae3ee7d768d15b3da94 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 16 Jan 2012 22:08:02 +0100 Subject: [PATCH] docs --- nsec3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsec3.go b/nsec3.go index 997fdef3..0ccce8e8 100644 --- a/nsec3.go +++ b/nsec3.go @@ -11,7 +11,7 @@ type saltWireFmt struct { Salt string "size-hex" } -// HashName hashes a string or label according to RFC5155. It returns the hashed string. +// HashName hashes a string (label) according to RFC5155. It returns the hashed string. func HashName(label string, ha, iter int, salt string) string { saltwire := new(saltWireFmt) saltwire.Salt = salt