@inheritDoc @psalm-pure
Overrides UuidFactoryInterface::uuid3
public function uuid3($ns, string $name) : UuidInterface { return $this->uuidFromNsAndName($ns, $name, Uuid::UUID_TYPE_HASH_MD5, 'md5'); }