https://github.com/dch82/crc32 Skip to content Navigation Menu Toggle navigation Sign in * Product + GitHub Copilot Write better code with AI + Security Find and fix vulnerabilities + Actions Automate any workflow + Codespaces Instant dev environments + Issues Plan and track work + Code Review Manage code changes + Discussions Collaborate outside of code + Code Search Find more, search less Explore + All features + Documentation + GitHub Skills + Blog * Solutions By company size + Enterprises + Small and medium teams + Startups By use case + DevSecOps + DevOps + CI/CD + View all use cases By industry + Healthcare + Financial services + Manufacturing + Government + View all industries View all solutions * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} dch82 / crc32 Public * Notifications You must be signed in to change notification settings * Fork 0 * Star 0 0 stars 0 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights dch82/crc32 main BranchesTags [ ] Go to file Code Folders and files Name Name Last commit message Last commit date Latest commit History 27 Commits .buildconfig .buildconfig .gitignore .gitignore Makefile Makefile README.md README.md crc32.c crc32.c View all files Repository files navigation * README crc32 super simple crc32 calculator written by dch82 usage pass the data to be hashed through stdin the hash is outputed through stdout examples from command line crc32 hello world!3B4C26D piped from another command neowofetch | crc32 84F14262 from a file crc32 < hello.txt 3B4C26D getting a binary preresquites * some sort of c compiler (i use clang with llvm) * make building # get a copy of this repo on your computer git clone https://github.com/dch82/crc32.git # open the repository cd crc32/ # compile the program make installing just copy crc32 to somewhere on your $PATH. license this program belongs in the public domain: do whatever you want with it About No description, website, or topics provided. Resources Readme Activity Stars 0 stars Watchers 1 watching Forks 0 forks Report repository Releases No releases published Packages 0 No packages published Languages * C 97.6% * Makefile 2.4% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.