rail_fence_cipher 0.1.0

A crate that provides functions to encrypt and decrypt strings using the rail fence cipher.
Documentation
1
2
3
4
5
6
7
8
[package]
name = "rail_fence_cipher"
version = "0.1.0"
edition = "2021"
description = "A crate that provides functions to encrypt and decrypt strings using the rail fence cipher."
license = "MIT"

[dependencies]