crypt-ro 1.0.0

Blazing-fast matrix-based encryption library with configurable transformations
Documentation
[[bench]]
harness = false
name = "cryptor_bench"
path = "benches/cryptor_bench.rs"

[dependencies.base64]
version = "0.22.1"

[dev-dependencies.aes-gcm]
version = "0.10.1"

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

[dev-dependencies.rand_core]
version = "0.6.4"

[dev-dependencies.rsa]
version = "0.9.8"

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

[package]
authors = ["Kak Smko <ba.smko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "algorithms"]
description = "Blazing-fast matrix-based encryption library with configurable transformations"
documentation = "https://docs.rs/crypt-ro"
edition = "2024"
keywords = ["encryption", "crypto", "encrypt", "decrypt", "security"]
license = "MIT OR Apache-2.0"
name = "crypt-ro"
readme = "README.md"
repository = "https://github.com/kak-smko/crypt-ro"
version = "1.0.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "main"
path = "tests/main.rs"