sym-adv-encoding 0.1.0

UTF-8 and byte encoders for ring-element payloads used in the symmetric-cryptography PhD artifacts
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-encoding"
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 = "UTF-8 and byte encoders for ring-element payloads used in the symmetric-cryptography PhD artifacts"
homepage = "https://github.com/KyrylR/phd-symmetric-cryptography"
documentation = "https://docs.rs/sym-adv-encoding"
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_encoding"
path = "src/lib.rs"

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

[[bench]]
name = "base_m_len"
path = "benches/base_m_len.rs"
harness = false

[dependencies.sym-adv-ring]
version = "=0.1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.constriction]
version = "0.4"

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

[dev-dependencies.num-bigint]
version = "0.4"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand]
version = "0.10"