On Tue Sep 25, 2018 at 09:48:27AM -0400, Richard Hipp wrote:
> On 9/25/18, Nathan Wagner <[email protected]> wrote:
> > I am working up code to calculate a hash over parts of the data in an sqlite
> > database, and as a start looked at the dbhash.c code found at
>
> Consider instead using one of these:
>
> https://www.sqlite.org/src/file/ext/misc/sha1.c
> https://www.sqlite.org/src/file/ext/misc/shathree.c
The first comment line in the sha1three.c file mentions SHA1 instead of
SHA3 (and has a grammar issue):
This SQLite extension implements a functions that compute SHA1
hashes.
Perhaps "implements functions" that "compute SHA1 hashes"? It was
obviously copied from the sha1.c file which has the same grammar issue.
--
Mark Lawrence
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users