pub fn zone_root_from_pubkey(public_key_bytes: &[u8]) -> Name
Compute the zone root name for a given Ed25519 verifying key.
The name is a single BLAKE3_DIGEST component containing blake3(public_key_bytes).
blake3(public_key_bytes)