polygraphia 0.1.0

A comprehensive library for classical and modern cryptographic algorithms.
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.pbkdf2]
features = ["simple"]
version = "0.12.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.sha2]
version = "0.10.6"

[lib]
crate-type = ["rlib", "cdylib"]
name = "polygraphia"
path = "src/lib.rs"

[package]
authors = ["Fathi Abdelmalek <dev@imfathi.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "algorithms"]
description = "A comprehensive library for classical and modern cryptographic algorithms."
documentation = "https://docs.rs/polygraphia"
edition = "2024"
homepage = "https://github.com/fathiabdelmalek/polygraphia"
keywords = ["cryptography", "cipher", "encryption", "caesar", "playfair"]
license = "Apache-2.0"
name = "polygraphia"
readme = "README.md"
repository = "https://github.com/fathiabdelmalek/polygraphia"
version = "0.1.0"