Skip to content

Conversation

yosefahab
Copy link
Contributor

Pull Request Template

Description

Added implementation for Rail Fence Encryption (wiki)
Rail fence works by placing characters in a zigzag form across a grid of (KEY X text.len()) dimensions and then reading them in a zigzag manner

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I ran bellow commands using the latest version of rust nightly.
  • I ran cargo clippy --all -- -D warnings just before my last commit and fixed any issue that was found.
  • I ran cargo fmt just before my last commit.
  • I ran cargo test just before my last commit and all tests passed.
  • I checked COUNTRIBUTING.md and my code follows its guidelines.

@yosefahab yosefahab reopened this Mar 22, 2023
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@siriak siriak enabled auto-merge (squash) March 23, 2023 11:25
@siriak siriak merged commit a3a5226 into TheAlgorithms:master Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants