mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-09-26 12:01:57 +02:00
The script was never wired up (no `make module-hashes` target, no CI/Makefile caller). Module hash_id generation now lives in the standalone Module_Template kit; for existing modules, generate inline with `php -r 'echo bin2hex(random_bytes(16));'`. Updated the module-dev docs (en + ru) that referenced the removed script / non-existent `make module-hashes` target to use the one-liner.