ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ {
return h.digest(encodeRefHash(label, value));
}
function encodeRefHash(label, value) {
const labelBytes = new TextEncoder().encode(label);
return concatUint8Arrays(encodeVarLenData(labelBytes), encodeVarLenData(value));
}
//# sourceMappingURL=hash.js.map