├── LICENSE ├── README.md ├── lib └── resty │ └── xxhash.lua └── lua-resty-xxhash-dev-1.rockspec /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bungle/lua-resty-xxhash/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bungle/lua-resty-xxhash/HEAD/README.md -------------------------------------------------------------------------------- /lib/resty/xxhash.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bungle/lua-resty-xxhash/HEAD/lib/resty/xxhash.lua -------------------------------------------------------------------------------- /lua-resty-xxhash-dev-1.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bungle/lua-resty-xxhash/HEAD/lua-resty-xxhash-dev-1.rockspec --------------------------------------------------------------------------------