[PR #354] [MERGED] Added RC4 stream cipher algorithm #697

Closed
opened 2026-01-29 15:14:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/354
Author: @Cornul11
Created: 10/5/2019
Status: Merged
Merged: 10/6/2019
Merged by: @danghai

Base: masterHead: rc4


📝 Commits (2)

📊 Changes

2 files changed (+192 additions, -0 deletions)

View changed files

📝 README.md (+3 -0)
cipher/rc4.c (+189 -0)

📄 Description

No description provided


🔄 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/354 **Author:** [@Cornul11](https://github.com/Cornul11) **Created:** 10/5/2019 **Status:** ✅ Merged **Merged:** 10/6/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `rc4` --- ### 📝 Commits (2) - [`f550790`](https://github.com/TheAlgorithms/C/commit/f55079012744bbad04f7760c9b23f5a195b52bd2) added RC4 stream cipher - [`fdae814`](https://github.com/TheAlgorithms/C/commit/fdae8144585111c2cbf40b019195936959b95ce3) updated README.md ### 📊 Changes **2 files changed** (+192 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) ➕ `cipher/rc4.c` (+189 -0) </details> ### 📄 Description _No description provided_ --- <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:14:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#697