Hash[ ] vs. 🫆@ vs. 🫆[ ]
A hash code is a fixed-size numerical value generated from input data of arbitrary size, used primarily for indexing data in hash tables. It allows for efficient data retrieval and storage by mapping variable-length data to a fixed-length representation.
y1hash1 = 🫆@"dara is good lookin";
y2hash2 = hash ["dara is good lookin"];
y3has3 = hash ["dara is good looking."];
show y1hash1 also y2hash2 also y3;hash3;
save as crypto;
Output
"y1" → "(0x05ee501e3232083ca0f16b02011944e735f78db170c568c2ea85e56380ddca05)"
"y2" → "(0x05ee501e3232083ca0f16b02011944e735f78db170c568c2ea85e56380ddca05)"
"y3" → "(0x4700eceb9e5cbc887ad3dea1833081d51c3572c7886ea9c8a3f30b0c5ad4c614)"
y4 = 🫆["dara is goodest at being good!"];
show y4;
save as crypto;
Output
"y4" → "(0x3b3791bf07902593e5a1500a79b56da6bfaf2c25b3c6c2959c6c69654745f8c0)"
goodest
the word goodest is even gooder than the word good infact its actually the bestest
Source: https://www.urbandictionary.com/