1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

For sha3 extension, mention NIST standard implemented.

FossilOrigin-Name: 529ab138a438379f0cbd170bff5211aee1c327a1b3119a714ee15f68fd2239f3
This commit is contained in:
larrybr
2023-04-10 23:21:19 +00:00
parent ed36917835
commit 69881887b8
3 changed files with 10 additions and 9 deletions

View File

@ -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)