base16 is hex

This commit is contained in:
Miek Gieben 2012-02-18 20:22:06 +01:00
parent 8a619fd289
commit 9180a06d7c
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ type RR_HIP struct {
HitLength uint8
PublicKeyAlgorithm uint8
PublicKeyLength uint16
Hit string "base16"
Hit string "hex"
PublicKey string "base64"
RendezvousServers []string "domain-name"
}