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