playfair_cipher 1.0.5

Implementation of Playfair, Two square and Four square cipher
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.rustc-hash]
version = "2.1.1"

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

[dev-dependencies.rand]
version = "0.9.2"

[lib]
name = "playfair_cipher"
path = "src/lib.rs"

[package]
authors = ["Stefan Dörig <sdoerig@bluewin.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Implementation of Playfair, Two square and Four square cipher"
documentation = "https://docs.rs/playfair_cipher"
edition = "2021"
exclude = [".github"]
homepage = "https://github.com/sdoerig/playfair_cipher"
keywords = ["Cipher", "Playfair", "Cryptography", "Four_square", "Two_square"]
license = "AGPL-3.0-or-later"
name = "playfair_cipher"
readme = "README.md"
repository = "https://github.com/sdoerig/playfair_cipher"
version = "1.0.5"