### Discussed in https://github.com/PRQL/prql/discussions/1768 <div type='discussions-op-text'> <sup>Originally posted by **vanillajonathan** February 10, 2023</sup> Maybe there could be hash functions? Like [SHA-3](https://en.wikipedia.org/wiki/SHA-3), BLAKE or ChaCha20? Example: ```rust let foo = sha3_512("Hello world!") ``` </div>
Discussed in #1768
Originally posted by vanillajonathan February 10, 2023
Maybe there could be hash functions?
Like SHA-3, BLAKE or ChaCha20?
Example: