aboutsummaryrefslogtreecommitdiff
path: root/ext/misc
diff options
context:
space:
mode:
authorlarrybr <larrybr@noemail.net>2023-04-10 23:21:19 +0000
committerlarrybr <larrybr@noemail.net>2023-04-10 23:21:19 +0000
commit69881887b8172871dbd2b51d054667ea43bbf912 (patch)
tree1430b8779a675423dc6ae2cfcd98f3a2bba4eabb /ext/misc
parented36917835ceef4a32d6e3e5aa395acf3212495d (diff)
downloadsqlite-69881887b8172871dbd2b51d054667ea43bbf912.tar.gz
sqlite-69881887b8172871dbd2b51d054667ea43bbf912.zip
For sha3 extension, mention NIST standard implemented.
FossilOrigin-Name: 529ab138a438379f0cbd170bff5211aee1c327a1b3119a714ee15f68fd2239f3
Diffstat (limited to 'ext/misc')
-rw-r--r--ext/misc/shathree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/misc/shathree.c b/ext/misc/shathree.c
index 765c69181..ba3ea581f 100644
--- a/ext/misc/shathree.c
+++ b/ext/misc/shathree.c
@@ -10,7 +10,8 @@
**
******************************************************************************
**
-** This SQLite extension implements functions that compute SHA3 hashes.
+** This SQLite extension implements functions that compute SHA3 hashes
+** in the way described by the (U.S.) NIST FIPS 202 SHA-3 Standard.
** Two SQL functions are implemented:
**
** sha3(X,SIZE)