From: drh Date: Wed, 15 Mar 2017 13:47:39 +0000 (+0000) Subject: Improved header comment on the shathree.c extension. No changes to code. X-Git-Tag: version-3.18.0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c4527e57d7f6a0cd2b108ea6fd1fdc5f3e851c1;p=thirdparty%2Fsqlite.git Improved header comment on the shathree.c extension. No changes to code. FossilOrigin-Name: 84f2e3d5f611b35de16684956d842df6c93d858e8187f17eb27452758a752c57 --- diff --git a/ext/misc/shathree.c b/ext/misc/shathree.c index 52bfdb0363..612e395ccb 100644 --- a/ext/misc/shathree.c +++ b/ext/misc/shathree.c @@ -21,6 +21,10 @@ ** ** 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 diff --git a/manifest b/manifest index 3813dabd09..ef98d84342 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 6341cc740e..a77693e8fa 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1e4b9e7c9ee32b985c440bf3eb65bbdf28055566e66b6feba438143a3ad8dd07 \ No newline at end of file +84f2e3d5f611b35de16684956d842df6c93d858e8187f17eb27452758a752c57 \ No newline at end of file