updated docs

This commit is contained in:
Vaclav Barta
2022-03-09 16:41:28 +01:00
parent e82662647f
commit a7df50c194
27 changed files with 68 additions and 138 deletions

View File

@@ -1,7 +1,5 @@
# hooks-hash-buf-len
Functions `util_sha512h`, `hook_hash`, `ledger_last_hash` and `nonce`
have fixed-size hash output.
Functions [util_sha512h](https://xrpl-hooks.readme.io/reference/util_sha512h), [hook_hash](https://xrpl-hooks.readme.io/reference/hook_hash), [ledger_last_hash](https://xrpl-hooks.readme.io/reference/ledger_last_hash) and [nonce](https://xrpl-hooks.readme.io/reference/nonce) have fixed-size hash output.
This check warns about too-small size of their output buffer (if it's
specified by a constant - variable parameter is ignored).
This check warns about too-small size of their output buffer (if it's specified by a constant - variable parameter is ignored).