playfair_cipher 0.2.1

Playfair cipher as described at <https://en.wikipedia.org/wiki/Playfair_cipher>.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
description = "Playfair cipher as described at <https://en.wikipedia.org/wiki/Playfair_cipher>."
edition = "2021"
exclude = [".github"]
homepage = "https://github.com/sdoerig/playfair_cipher"
keywords = ["Cipher", "Playfair", "Cryptography"]
license = "AGPL-3.0-or-later"
name = "playfair_cipher"
readme = "README.md"
repository = "https://github.com/sdoerig/playfair_cipher"
version = "0.2.1"