This commit is contained in:
Miek Gieben 2012-01-16 22:08:02 +01:00
parent c0af79d3b3
commit 5ee78f5e01
1 changed files with 1 additions and 1 deletions

View File

@ -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