[PR #406] [MERGED] Implementet CRC-32 Checksum Algorithm #779

Open
opened 2026-01-29 15:15:12 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/406
Author: @chatn0ir07
Created: 10/13/2019
Status: Merged
Merged: 10/13/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (2)

  • c924079 Implemented CRC-32 Checksum-Algorithm
  • 71738b3 Forgot to add crc32 to hash README.md

📊 Changes

4 files changed (+35 additions, -2 deletions)

View changed files

📝 hash/README.md (+2 -1)
📝 hash/hash.c (+25 -1)
📝 hash/hash.h (+7 -0)
📝 hash/test_program.c (+1 -0)

📄 Description

Hi everyone, i implemented the CRC-32 Checksum Algorithm for hash.c

Files changed:

  • hash/hash.c
  • hash/hash.h
  • hash/README.md

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/406 **Author:** [@chatn0ir07](https://github.com/chatn0ir07) **Created:** 10/13/2019 **Status:** ✅ Merged **Merged:** 10/13/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`c924079`](https://github.com/TheAlgorithms/C/commit/c924079d6066547e52669517f62c4270f367521c) Implemented CRC-32 Checksum-Algorithm - [`71738b3`](https://github.com/TheAlgorithms/C/commit/71738b36a98c73bfec072f18e8492ebcf3b3464c) Forgot to add crc32 to hash README.md ### 📊 Changes **4 files changed** (+35 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `hash/README.md` (+2 -1) 📝 `hash/hash.c` (+25 -1) 📝 `hash/hash.h` (+7 -0) 📝 `hash/test_program.c` (+1 -0) </details> ### 📄 Description Hi everyone, i implemented the CRC-32 Checksum Algorithm for **hash.c** Files changed: - hash/hash.c - hash/hash.h - hash/README.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:15:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#779