mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
|
|
{
|
|
"name": "sha3_224",
|
|
"type": "function",
|
|
"description": "Creates a sha3_224 hash from a string.",
|
|
"variableLenArguments": false,
|
|
"arguments": [
|
|
{"arg":"string", "description": "the string to hash"}],
|
|
"examples": [ { "expression":"sha3_224("QGIS")", "returns":"'467f49a5039e7280d5d42fd433e80d203439e338eaabd701f0d6c17d'"}
|
|
]
|
|
}
|