Refactor Blake3 hashing implementation in CDokumente; update localization and metadata files

This commit is contained in:
2026-03-11 22:45:42 +01:00
parent 80dc3b40d3
commit 51d9f7fa22
7 changed files with 27 additions and 129 deletions

View File

@@ -41,7 +41,7 @@ class CDokumente extends \Espo\Core\Hooks\Base
return;
}
$newBlake3 = bin2hex(blake3($fileContent));
$newBlake3 = \blake3($fileContent);
// Setze Hash
$entity->set('blake3hash', $newBlake3);