[PR #1237] [MERGED] chore: created new subdirectory for cryptographic ciphers #1831

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1237
Author: @dsmurrow
Created: 3/25/2023
Status: Merged
Merged: 3/29/2023
Merged by: @Panquesito7

Base: masterHead: ciphers


📝 Commits (3)

  • 20814a2 chore: moved rot13.c to cipher directory
  • cabf00d chore: added CMakeLists.txt for /cipher
  • 1b6c11e chore: added /cipher to root CMakeLists.txt

📊 Changes

3 files changed (+19 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+1 -0)
cipher/CMakeLists.txt (+18 -0)
📝 cipher/rot13.c (+0 -0)

📄 Description

Description of Change

I created a cipher subdirectory and moved rot13.c from misc to this new directory, and I'm hoping to contribute more ciphers in the future!

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: added cipher directory and moved rot13.c


🔄 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/1237 **Author:** [@dsmurrow](https://github.com/dsmurrow) **Created:** 3/25/2023 **Status:** ✅ Merged **Merged:** 3/29/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `ciphers` --- ### 📝 Commits (3) - [`20814a2`](https://github.com/TheAlgorithms/C/commit/20814a282e2956a4b6474b8a8753ac542208bbf1) chore: moved rot13.c to cipher directory - [`cabf00d`](https://github.com/TheAlgorithms/C/commit/cabf00df2a14c16eac6b04eafe9c12454d5103bb) chore: added CMakeLists.txt for /cipher - [`1b6c11e`](https://github.com/TheAlgorithms/C/commit/1b6c11e7edebdc68cd0de5ded6a3513b7ba74536) chore: added /cipher to root CMakeLists.txt ### 📊 Changes **3 files changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -0) ➕ `cipher/CMakeLists.txt` (+18 -0) 📝 `cipher/rot13.c` (+0 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> I created a cipher subdirectory and moved rot13.c from misc to this new directory, and I'm hoping to contribute more ciphers in the future! #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> added cipher directory and moved rot13.c --- <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:25:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1831