MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / md5_text

Method md5_text

core/string/ustring.cpp:2819–2824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2817}
2818
2819String String::md5_text() const {
2820 CharString cs = utf8();
2821 unsigned char hash[16];
2822 CryptoCore::md5((unsigned char *)cs.ptr(), cs.length(), hash);
2823 return String::hex_encode_buffer(hash, 16);
2824}
2825
2826String String::sha1_text() const {
2827 CharString cs = utf8();

Callers 15

import_sceneMethod · 0.80
import_sceneMethod · 0.80
get_rpc_md5Method · 0.80
get_import_base_pathMethod · 0.80
_save_editor_statesMethod · 0.80
load_sceneMethod · 0.80
make_scene_previewMethod · 0.80
_image_updateMethod · 0.80

Calls 2

ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected