playfair 1.0.0

A Playfair Cipher implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bench]]
harness = false
name = "my_benchmark"

[dev-dependencies.criterion]
version = "0.4.0"

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