mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-09 02:26:34 +00:00
[PR #1237] [MERGED] chore: created new subdirectory for cryptographic ciphers #1831
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ciphers📝 Commits (3)
20814a2chore: moved rot13.c to cipher directorycabf00dchore: added CMakeLists.txt for /cipher1b6c11echore: 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
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.