mpeterv / sha1
Implementation of SHA-1 and HMAC-SHA-1 in pure Lua.
☆32Updated 6 years ago
Alternatives and similar repositories for sha1:
Users that are interested in sha1 are comparing it to the libraries listed below
- Self-contained cross-platform programming environment for developing web-based database-driven business apps in LuaJIT and JavaScript☆80Updated 2 months ago
- Feature-rich command line parser for Lua☆58Updated 4 years ago
- An implementation of the Markdown text-to-html markup system in pure Lua.☆75Updated 6 years ago
- A Lua library for packing and unpacking binary data, supporting arbitrary (byte-aligned) widths, named fields, and repetition.☆111Updated 11 months ago
- Pure Lua number library providing BigNum and fixed width unsigned integer types☆62Updated 6 years ago
- A command-line argument parsing module for Lua.☆124Updated last year
- Tabular representation of Lua data☆50Updated last month
- Customized Lua parser for [lua-language-server](https://github.com/sumneko/lua-language-server).☆70Updated 3 months ago
- A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.☆87Updated 3 years ago
- Pure Lua hash library☆41Updated 5 years ago
- Parse programming languages syntax into an AST using PEGs with ease (LPeg Extension).☆63Updated 2 years ago
- ANSI terminal color manipulation for Lua.☆138Updated 8 months ago
- HTTP Multipart Post helper that does just that.☆43Updated 2 years ago
- GitHub action for Lua/LuaJIT☆87Updated 8 months ago
- A parser generator in Lua using PEG syntax.☆51Updated 4 months ago
- a OS specified path manipulation module for Lua☆44Updated last year
- Various payment provider APIs for Lua (and OpenResty): Stripe, PayPal☆73Updated 2 years ago
- Test the shape or structure of a Lua table, inspired by React.PropTypes & LPeg