2019-10-26 08:32:26 +10:00

12 lines
321 B
Plaintext

{
"name": "sha1",
"type": "function",
"description": "Creates a sha1 hash from a string.",
"variableLenArguments": false,
"arguments": [
{"arg":"string", "description": "the string to hash"}],
"examples": [ { "expression":"sha1('QGIS')", "returns":"'f87cfb2b74cdd5867db913237024e7001e62b114'"}
]
}