mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-09 02:26:34 +00:00
[PR #1008] [MERGED] Misc rot13 #1552
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/1008
Author: @j3r3mias
Created: 10/7/2022
Status: ✅ Merged
Merged: 11/16/2022
Merged by: @Panquesito7
Base:
master← Head:misc-rot13📝 Commits (6)
c0a67a2Add ROT13 cipher.1819f23updating DIRECTORY.mdd353c6bFix suggestions.bc55120Merge branch 'misc-rot13' of github.com:j3r3mias/C into misc-rot1365b0fccSuggestions.f249fd1Merge branch 'master' into misc-rot13📊 Changes
1 file changed (+60 additions, -0 deletions)
View changed files
➕
misc/rot13.c(+60 -0)📄 Description
Description of Change
An implementation of the cipher ROT13.
References
None
Checklist
Notes: Added in MISC because there is no crypto category.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.