boolean_function 0.0.6

Mathematical analysis of Boolean functions
Documentation
[dependencies.enum_dispatch]
version = "0.3"

[dependencies.fast-boolean-anf-transform]
version = "0.0.3"

[dependencies.gen-combinations]
version = "0.1"

[dependencies.itertools]
version = "0.13"

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

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.ouroboros]
version = "0.18"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.rayon]
version = "1.10"

[features]
unsafe_disable_safety_checks = []

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

[package]
authors = ["Thomas Prévost"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "cryptography", "mathematics"]
description = "Mathematical analysis of Boolean functions"
edition = "2021"
exclude = [".github/*", "examples"]
keywords = ["boolean", "function", "algebra", "cryptography", "s-box"]
license = "MIT OR Apache-2.0"
name = "boolean_function"
readme = "README.md"
repository = "https://github.com/thomasarmel/boolean_function"
rust-version = "1.56.0"
version = "0.0.6"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]