diff options
author | larrybr <larrybr@noemail.net> | 2023-04-10 23:21:19 +0000 |
---|---|---|
committer | larrybr <larrybr@noemail.net> | 2023-04-10 23:21:19 +0000 |
commit | 69881887b8172871dbd2b51d054667ea43bbf912 (patch) | |
tree | 1430b8779a675423dc6ae2cfcd98f3a2bba4eabb /ext/misc | |
parent | ed36917835ceef4a32d6e3e5aa395acf3212495d (diff) | |
download | sqlite-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.c | 3 |
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) |