From 4cfc131ec43ccbfa2f87efc3e96bdbe127ab3b1b Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Fri, 1 Mar 2019 14:30:30 +0100 Subject: manual nitpick: document sha512 support in hashString --- doc/manual/expressions/builtins.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual/expressions/builtins.xml') diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml index 412622714d..22d998bd0e 100644 --- a/doc/manual/expressions/builtins.xml +++ b/doc/manual/expressions/builtins.xml @@ -693,8 +693,8 @@ builtins.genList (x: x * x) 5 Return a base-16 representation of the cryptographic hash of string s. The hash algorithm specified by type must - be one of "md5", "sha1" or - "sha256". + be one of "md5", "sha1", + "sha256" or "sha512". -- cgit 1.4.1