# HG changeset patch # User Yaroslav Zhuravlev # Date 1681143099 -3600 # Node ID a412c1fffbf193aea14232046b60d4814d1012b8 # Parent 1cff7cdb78dac7883322c9e38ba723acd1677133 Added SHA1 algorithm to сrypto.subtle.importKey in njs. diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="101">
@@ -2347,6 +2347,7 @@ depending on the used algorithm hash is a string that represents the name of the digest function to use, can be +SHA-1, SHA-256, SHA-384, or SHA-512