luazen
Compression library
A Lua library providing compression and cryptographic functions
Compression and crypto for Lua: LZMA, Chacha20, curve25519, ed25519 signature, Blake2b hash and more...
91 stars
7 watching
6 forks
Language: C
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
philanc/luatweetnacl | A Lua wrapper around a cryptographic library for secure messaging | 17 |
stcarrez/ada-lzma | A library providing an Ada interface to the liblzma compression library | 6 |
brimworks/lua-zlib | A Lua binding to zlib for streaming compression and decompression | 275 |
r-lyeh-archived/bundle | An embeddable compression library supporting multiple algorithms and formats. | 635 |
mcjack123/luz | An algorithm to compress Lua scripts by combining Huffman coding and LZ77 compression. | 11 |
bungle/lua-resty-snappy | A Lua module providing bindings to the Snappy compression algorithm | 19 |
hobuinc/laz-perf | A library that provides an alternative implementation of the LAZ data format for compression and decompression. | 77 |
somesocks/lua-lockbox | A collection of cryptographic primitives written in Lua. | 362 |
jzrake/lunum | A C-based extension for Lua that provides flexible and robust numeric array manipulation facilities. | 37 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
miloszkrajewski/k4os.compression.lz4 | A .NET Standard library that provides a fast compression algorithm for data archiving and streaming. | 693 |
doujiang24/lua-resty-zip | Provides zip compression and decompression functionality in LuaJIT | 11 |
szktty/erlang-lz4 | A C library providing LZ4 compression and decompression functionality for use in Erlang programs. | 65 |
andreirudenko/linc_luajit | A Haxe library providing native bindings to LuaJIT for C++ target | 49 |