]> git.mxchange.org Git - core.git/blobdiff - framework/config-global.php
Continued:
[core.git] / framework / config-global.php
index 3dc1e5e49efcc8103e5e2fae83c0169e966423ec..32bf7e07bba33bd5e9825aa2636a033d371de609 100644 (file)
@@ -480,3 +480,6 @@ $cfg->setConfigEntry('crypto_null_stream_class', 'Org\Mxchange\CoreFramework\Str
 
 // CFG: DEVELOPER-MODE-ENABLED
 $cfg->setConfigEntry('developer_mode_enabled', true);
+
+// CFG: CRYPTO-HASH-FUNCTION-NAME
+$cfg->setConfigEntry('crypto_hash_function_name', 'sha256');