pub fn namehash(domain: &str) -> [u8; 32]
ENS-style namehash: namehash("mytestapp.dot").
namehash("mytestapp.dot")
Splits by ., reverses labels, and iteratively hashes to produce a 32-byte node identifier compatible with the ENS/DOTNS registry.
.