updated docs
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user