{"id":19563513,"url":"https://github.com/akagi201/hmac-sha1","last_synced_at":"2025-04-27T00:32:17.797Z","repository":{"id":24191067,"uuid":"27582169","full_name":"Akagi201/hmac-sha1","owner":"Akagi201","description":"Standalone implementation of `HMAC()` + `EVP_sha1()` in `OpenSSL`","archived":false,"fork":false,"pushed_at":"2015-01-26T06:23:33.000Z","size":184,"stargazers_count":52,"open_issues_count":0,"forks_count":29,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T18:51:58.225Z","etag":null,"topics":["c","hmac-sha1","libre","openssl","standalone"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akagi201.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-05T08:33:51.000Z","updated_at":"2024-10-19T09:33:53.000Z","dependencies_parsed_at":"2022-08-22T05:00:35.008Z","dependency_job_id":null,"html_url":"https://github.com/Akagi201/hmac-sha1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fhmac-sha1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fhmac-sha1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fhmac-sha1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Fhmac-sha1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akagi201","download_url":"https://codeload.github.com/Akagi201/hmac-sha1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251072280,"owners_count":21532005,"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":["c","hmac-sha1","libre","openssl","standalone"],"created_at":"2024-11-11T05:18:04.854Z","updated_at":"2025-04-27T00:32:17.566Z","avatar_url":"https://github.com/Akagi201.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"hmac-sha1\n=========\n\n[![Build Status](https://travis-ci.org/Akagi201/hmac-sha1.svg)](https://travis-ci.org/Akagi201/hmac-sha1)\n\nStandalone implementation of `HMAC()` + `EVP_sha1()` in `OpenSSL`\n\n## API\n\n```\n#include \"hmac/hmac.h\"\n\nvoid hmac_sha1(const uint8_t *k,   /* secret key */\n        size_t lk,  /* length of the key in bytes */\n        const uint8_t *d,   /* data */\n        size_t ld,  /* length of data in bytes */\n        uint8_t *out, /* output buffer, at least \"t\" bytes */\n        size_t *t);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Fhmac-sha1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakagi201%2Fhmac-sha1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Fhmac-sha1/lists"}