sym-adv-ring 0.1.0

Ring operations for algebraic cryptosystems over Z_m
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"