12 lines
351 B
Plaintext
Raw Normal View History

2019-09-12 21:26:11 +02:00
{
"name": "sha256",
"type": "function",
"description": "Creates a sha256 hash from a string.",
"variableLenArguments": false,
"arguments": [
{"arg":"string", "description": "the string to hash"}],
2019-09-13 07:01:41 +02:00
"examples": [ { "expression":"sha256('QGIS')", "returns":"'eb045cba7a797aaa06ac58830846e40c8e8c780bc0676d3393605fae50c05309'"}
2019-09-12 21:26:11 +02:00
]
}