]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Improved header comment on the shathree.c extension. No changes to code.
authordrh <drh@noemail.net>
Wed, 15 Mar 2017 13:47:39 +0000 (13:47 +0000)
committerdrh <drh@noemail.net>
Wed, 15 Mar 2017 13:47:39 +0000 (13:47 +0000)
FossilOrigin-Name: 84f2e3d5f611b35de16684956d842df6c93d858e8187f17eb27452758a752c57

ext/misc/shathree.c
manifest
manifest.uuid

index 52bfdb03636ef53e8218ed47cddfb35e29a1dee9..612e395ccb7c9df32fbe20c86df637afd60a5574 100644 (file)
 **
 ** The sha3_query(Y) function evalutes all queries in the SQL statements of Y
 ** and returns a hash of their results.
+**
+** The SIZE argument is optional.  If omitted, the SHA3-256 hash algorithm
+** is used.  If SIZE is included it must be one of the integers 224, 256,
+** 384, or 512, to determine SHA3 hash variant that is computed.
 */
 #include "sqlite3ext.h"
 SQLITE_EXTENSION_INIT1
index 3813dabd09f08996ac42cd5b1697b491757bc3c9..ef98d84342346e58d996b1d37fb583ed02a3b019 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Updates\sto\sthe\sMSVC\smakefiles.
-D 2017-03-14T15:27:56.153
+C Improved\sheader\scomment\son\sthe\sshathree.c\sextension.\s\sNo\schanges\sto\scode.
+D 2017-03-15T13:47:39.337
 F Makefile.in 9605f4c49eace601d5c12c85dd6e037cc613a6d823e857614ba26b42f1285db0
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 1faf9f06aadc9284c212dea7bbc7c0dea7e8337f0287c81001eff500912c790a
@@ -226,7 +226,7 @@ F ext/misc/rot13.c 1ac6f95f99b575907b9b09c81a349114cf9be45a
 F ext/misc/scrub.c 1c5bfb8b0cd18b602fcb55755e84abf0023ac2fb
 F ext/misc/series.c e11e534ada797d5b816d7e7a93c022306563ca35
 F ext/misc/sha1.c 0b9e9b855354910d3ca467bf39099d570e73db56
-F ext/misc/shathree.c 38aa4c3c3d3c3fc34b8ea367bed299d8d8a224b2
+F ext/misc/shathree.c fa185d7aee0ad0aca5e091b4a2db7baff11796170e5793b5de99e511a13af448
 F ext/misc/showauth.c 732578f0fe4ce42d577e1c86dc89dd14a006ab52
 F ext/misc/spellfix.c a4723b6aff748a417b5091b68a46443265c40f0d
 F ext/misc/totype.c 4a167594e791abeed95e0a8db028822b5e8fe512
@@ -1564,7 +1564,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 2b9980a292d7f0d995b77d9b3fb217bb2206f6d452e036ac502fa06561af4c12
-R 8e14f9dee9f474ef44485ac6e8f73fc9
-U mistachkin
-Z b0310bb4b1f32ecae5a830c4ceeca98b
+P 1e4b9e7c9ee32b985c440bf3eb65bbdf28055566e66b6feba438143a3ad8dd07
+R 54add779c916bea2d103fd3d0493702d
+U drh
+Z 250a0bd95a8a1e19df805d19a289213d
index 6341cc740e4778d6530f7c46595305c9af53cffa..a77693e8faf20b2e560fcc8216d06802ca5bd51c 100644 (file)
@@ -1 +1 @@
-1e4b9e7c9ee32b985c440bf3eb65bbdf28055566e66b6feba438143a3ad8dd07
\ No newline at end of file
+84f2e3d5f611b35de16684956d842df6c93d858e8187f17eb27452758a752c57
\ No newline at end of file