Documentation

This commit is contained in:
Miek Gieben 2012-01-15 16:14:22 +01:00
parent 0351073d8e
commit 8608def558
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ type dnskeyWireFmt struct {
/* Nothing is left out */
}
// Keytag calculates the keytag of the DNSKEY.
// KeyTag calculates the keytag (or key-id) of the DNSKEY.
func (k *RR_DNSKEY) KeyTag() uint16 {
var keytag int
switch k.Algorithm {