{"id":18020927,"url":"https://github.com/edubart/lua-hasher","last_synced_at":"2025-07-09T22:35:17.157Z","repository":{"id":139040063,"uuid":"181017788","full_name":"edubart/lua-hasher","owner":"edubart","description":"A small library with hash and encoding functions implemented in C. Currently supports blake2b hashing and base58 encode/decode.","archived":false,"fork":false,"pushed_at":"2019-04-14T16:55:54.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T17:23:34.870Z","etag":null,"topics":["base58","blake2b","hashing","lua"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edubart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-12T13:51:57.000Z","updated_at":"2024-01-23T11:34:30.000Z","dependencies_parsed_at":"2023-05-03T10:23:37.606Z","dependency_job_id":null,"html_url":"https://github.com/edubart/lua-hasher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/edubart/lua-hasher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edubart%2Flua-hasher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edubart%2Flua-hasher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edubart%2Flua-hasher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edubart%2Flua-hasher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edubart","download_url":"https://codeload.github.com/edubart/lua-hasher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edubart%2Flua-hasher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264504615,"owners_count":23618831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base58","blake2b","hashing","lua"],"created_at":"2024-10-30T06:08:17.736Z","updated_at":"2025-07-09T22:35:17.137Z","avatar_url":"https://github.com/edubart.png","language":"C","readme":"# Hasher\nA small library with hash and encoding functions implemented in C. Currently supports\nblake2b hashing and base58 encode/decode.\n\n## Installation\n\n```bash\nluarocks install hasher\n```\n\n## Usage\n\nExample usage:\n\n```lua\nlocal hasher = require 'hasher'\n\nlocal binaryhash = hasher.blake2b('hello world')\nlocal encodedhash = hasher.base58encode(binaryhash)\nprint(encodedhash)\n-- outputs 3T7dTeZe2QgKBA8gHJS9uRPA2jAMGpNJewHaXaLhjeyV5GcMJnvjfW9FPrCvX7dVoN4qMGnQPTAX91UFVnAUW4f\n```\n\n### License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedubart%2Flua-hasher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedubart%2Flua-hasher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedubart%2Flua-hasher/lists"}