diff options
Diffstat (limited to 'ext')
-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) |