We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c79568 commit d227e2cCopy full SHA for d227e2c
ALLFUNCTIONS.md
@@ -39,3 +39,5 @@ Generates a UUID using version 4 by default but you can choose.
39
40
## external_verbose_output() by @hamdivazim
41
If you are printing a lot of data, you can use this method to write the output to log file.
42
+## get_hash() by @MKM12345
43
+This takes a string as input, hashes it using the SHA-256 algorithm, and returns the hexadecimal representation of the hash value.
0 commit comments