Software /
code /
verse
File
libs/table.lua @ 443:89526c890363
libs.hashes: Add back pure Lua sha1 implementation
This one is slow so it gets to be first so it gets replaced if a better
lib is found.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 17 Feb 2021 14:57:59 +0100 |
parent | 439:6fc73ad6b1d2 |
child | 483:33d566513eb0 |
line wrap: on
line source
return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}