--- title: hash package description: > The `hash` package provides functions that convert string values to hashes. menu: flux_v0_ref: name: hash parent: contrib/qxip identifier: contrib/qxip/hash weight: 31 cascade: introduced: 0.192.0 --- The `hash` package provides functions that convert string values to hashes. Import the `contrib/qxip/hash` package: ```js import "contrib/qxip/hash" ``` ## Functions {{< children type="functions" show="pages" >}}