flua: Add hash moduleAdd lua bindings to hashing functions. sha256 is available. sha256.newcraetes a new object. sha256.update updates the digest. sha256.digestreturns the digest as a binary stri
flua: Add hash moduleAdd lua bindings to hashing functions. sha256 is available. sha256.newcraetes a new object. sha256.update updates the digest. sha256.digestreturns the digest as a binary string and resets thecontext. sha256.hexdigest returns the digest as a string of hex digitsand then resets the cotnext.Sponsored by: NetflixDifferential Revision: https://reviews.freebsd.org/D43872(cherry picked from commit f7781d030ccd18b1d4c864ecfade122ea19dafb1)
show more ...