Update docs/en/sql-reference/functions/hash-functions.md

This commit is contained in:
Konstantin Bogdanov 2024-08-22 22:07:02 +02:00 committed by GitHub
parent a2ff8e4384
commit 69f6ea5083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -704,7 +704,7 @@ ripeMD160('input')
**Returned value**
- A [UInt256]((../data-types/int-uint.md)) hash value where the 160-bit RIPEMD-160 hash is stored in the first 20 bytes. The remaining 12 bytes are zero-padded.
- A [UInt256](../data-types/int-uint.md) hash value where the 160-bit RIPEMD-160 hash is stored in the first 20 bytes. The remaining 12 bytes are zero-padded.
**Example**
Use the [hex](../functions/encoding-functions.md/#hex) function to represent the result as a hex-encoded string.