[PR #449] [CLOSED] Added md5 hash algorithm #843

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/449
Author: @vypxl
Created: 10/21/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • a0e72e7 implement md5 hash algorithm + update file headers

📊 Changes

3 files changed (+94 additions, -11 deletions)

View changed files

📝 hash/hash.c (+79 -4)
📝 hash/hash.h (+10 -4)
📝 hash/test_program.c (+5 -3)

📄 Description

Addressing #37


🔄 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/449 **Author:** [@vypxl](https://github.com/vypxl) **Created:** 10/21/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a0e72e7`](https://github.com/TheAlgorithms/C/commit/a0e72e7ea3ed9db87beb988f159c2166efbf474b) implement md5 hash algorithm + update file headers ### 📊 Changes **3 files changed** (+94 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `hash/hash.c` (+79 -4) 📝 `hash/hash.h` (+10 -4) 📝 `hash/test_program.c` (+5 -3) </details> ### 📄 Description Addressing #37 --- <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:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#843