A virtual address derived from a 128-bit UUID label.
The 16-bit address value is computed by hashing the label UUID with the salt "vtad" using AES-CMAC and taking the lower 16 bits of the result.
16-bit hash of the label UUID. Computed via AES-CMAC(salt="vtad", data=labelUuid.bytes).