Pure PHP-implementation without any extensions
composer require cast/cubehash<?php
use function Cast\Crypto\CubeHash\cubehash256;
cubehash256(8, 1, 'Hello'); // 8/1-256
// 692638db57760867326f851bd2376533f37b640bd47a0ddc607a9456b692f70fBased on https://github.com/RndPhrase/cubehash.js/blob/master/cubehash.js.
Links: