{"id":23128250,"url":"https://github.com/victorqueiroz/cyclic-rc","last_synced_at":"2026-05-05T12:32:26.260Z","repository":{"id":32458485,"uuid":"134342132","full_name":"VictorQueiroz/cyclic-rc","owner":"VictorQueiroz","description":"No python, just pure and good C code performing some math with a Node.JS API","archived":false,"fork":false,"pushed_at":"2023-04-24T21:05:22.000Z","size":384,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:05:17.631Z","etag":null,"topics":["c","crc","nodejs"],"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/VictorQueiroz.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":"2018-05-22T01:07:33.000Z","updated_at":"2021-11-01T00:35:46.000Z","dependencies_parsed_at":"2023-01-14T21:17:00.430Z","dependency_job_id":null,"html_url":"https://github.com/VictorQueiroz/cyclic-rc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorQueiroz%2Fcyclic-rc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorQueiroz%2Fcyclic-rc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorQueiroz%2Fcyclic-rc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorQueiroz%2Fcyclic-rc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorQueiroz","download_url":"https://codeload.github.com/VictorQueiroz/cyclic-rc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128738,"owners_count":20888234,"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","crc","nodejs"],"created_at":"2024-12-17T09:17:52.327Z","updated_at":"2026-05-05T12:32:26.219Z","avatar_url":"https://github.com/VictorQueiroz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cyclic-rc\n\nlibcrc bindings for Node.JS, a very simple CRC library written completely in C.\n\n## Installation\n\nAll you need is a valid C compiler installed in your computer\n\n```\nyarn add cyclic-rc\n```\n\n## Usage\n\nAll API methods matches the original C library. Check example bellow:\n\n```\nconst crc = require('cyclic-rc');\n\nconst n = 'string';\n\nlet crc8 = crc.crc_8(n);\nlet crc16 = crc.crc_16(n);\nlet crc32 = crc.crc_32(n);\nlet crc64_ecma = crc.crc_64_ecma(n);\nlet crc64_we = crc.crc_64_we(n);\nlet crcdnp = crc.crc_dnp(n);\nlet crcmodbus = crc.crc_modbus(n);\nlet crcsick = crc.crc_sick(n);\nlet crcxmodem = crc.crc_xmodem(n);\nlet crc1d0f = crc.crc_ccitt_1d0f(n);\nlet crcffff = crc.crc_ccitt_ffff(n);\nlet crckermit = crc.crc_kermit(n);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorqueiroz%2Fcyclic-rc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorqueiroz%2Fcyclic-rc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorqueiroz%2Fcyclic-rc/lists"}