[package]
edition = "2024"
rust-version = "1.92.0"
name = "sym-adv-ring"
version = "0.1.0"
authors = ["Kyrylo Riabov <kyryl.ryabov@gmail.com"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ring operations for algebraic cryptosystems over Z_m"
homepage = "https://github.com/KyrylR/phd-symmetric-cryptography"
documentation = "https://docs.rs/sym-adv-ring"
readme = "README.md"
keywords = [
"research",
"math",
"groups",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KyrylR/phd-symmetric-cryptography"
resolver = "2"
[lib]
name = "sym_adv_ring"
path = "src/lib.rs"
[dependencies.rand]
version = "0.10"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.proptest]
version = "1"