mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
|
|
{
|
|
"name": "sha3_512",
|
|
"type": "function",
|
|
"description": "Creates a sha3_512 hash from a string.",
|
|
"variableLenArguments": false,
|
|
"arguments": [
|
|
{"arg":"string", "description": "the string to hash"}],
|
|
"examples": [ { "expression":"sha3_512('QGIS')", "returns":"'900d079dc69761da113980253aa8ac0414a8bd6d09879a916228f8743707c4758051c98445d6b8945ec854ff90655005e02aceb0a2ffc6a0ebf818745d665349'"}
|
|
]
|
|
}
|