playfair 0.0.1

A Playfair Cipher implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Braxton (taxborn) Fair <hello@taxborn.com>"]
description = "A Playfair Cipher implementation in Rust"
edition = "2021"
license = "MIT"
name = "playfair"
readme = "README.md"
repository = "https://github.com/taxborn/playfair-rs"
rust-version = "1.65.0"
version = "0.0.1"