Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.hashes: Add SHA3 bindings | Kim Alvefur | 2020-09-10 | 1 | -0/+4 |
| | |||||
* | util.hashes: Bind BLAKE2 algoritms supported by OpenSSL | Kim Alvefur | 2020-09-10 | 1 | -0/+2 |
| | |||||
* | util.hashes: Expose sha224 and sha384 HMAC functions | Kim Alvefur | 2020-11-29 | 1 | -0/+2 |
| | | | | For completeness and consistency with set of plain hash functions | ||||
* | teal: Add new util.hashes APIs | Kim Alvefur | 2021-05-20 | 1 | -0/+2 |
| | |||||
* | teal: Use new integer support in Teal 0.13.0 | Kim Alvefur | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | util: Add Teal interface definition files | Kim Alvefur | 2021-03-09 | 1 | -0/+21 |
Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise. |