|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0 |
|
| #
ae839845 |
| 16-Feb-2024 |
Warner Losh <[email protected]> |
flua: Add hash module
Add lua bindings to hashing functions. sha256 is available. sha256.new craetes a new object. sha256.update updates the digest. sha256.digest returns the digest as a binary stri
flua: Add hash module
Add lua bindings to hashing functions. sha256 is available. sha256.new craetes a new object. sha256.update updates the digest. sha256.digest returns the digest as a binary string and resets the context. sha256.hexdigest returns the digest as a string of hex digits and then resets the cotnext.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D43872
(cherry picked from commit f7781d030ccd18b1d4c864ecfade122ea19dafb1)
show more ...
|