Selaa lähdekoodia

Correcting GetSHA256OfUnicodeString example (#406)

* Correcting GetSHA256OfUnicodeString example

The hash shown in the example shows a hash of `test`, not `Test`.

* Correcting the hash instead of the hashed string in GetSHA256OfUnicodeString example
Martin Prikryl 4 vuotta sitten
vanhempi
commit
359a37e297
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ISHelp/isxfunc.xml

+ 1 - 1
ISHelp/isxfunc.xml

@@ -1230,7 +1230,7 @@ end;
   SHA256: String;
 begin
   SHA256 := GetSHA256OfUnicodeString('Test');
-  // SHA256 = 'fe520676b1a1d93dabab2319eea03674f3632eaeeb163d1e88244f5eb1de10eb'
+  // SHA256 = 'e6fa3ca87b1b641ab646d3b4933bba8d0970763f030b6578a60abdeae7366247'
 end;
 </pre></example>
       </function>