ligerito-binary-fields 0.6.2

Binary extension field arithmetic for Ligerito
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 = "2021"
name = "ligerito-binary-fields"
version = "0.6.2"
authors = ["rotko networks"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary extension field arithmetic for Ligerito"
readme = "README.md"
keywords = [
    "cryptography",
    "binary-fields",
    "finite-fields",
    "gf2",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT"
repository = "https://github.com/rotkonetworks/zcli"

[features]
default = [
    "std",
    "rand",
]
hardware-accel = []
rand = ["dep:rand"]
scale = [
    "dep:codec",
    "dep:scale-info",
]
serde = ["dep:serde"]
std = [
    "rand?/std",
    "serde?/std",
    "codec?/std",
    "scale-info?/std",
    "wide/std",
]

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

[[example]]
name = "simd_compare"
path = "examples/simd_compare.rs"
required-features = ["hardware-accel"]

[dependencies.bytemuck]
version = "1"
features = ["extern_crate_alloc"]
default-features = false

[dependencies.codec]
version = "3.6"
features = ["derive"]
optional = true
default-features = false
package = "parity-scale-codec"

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.scale-info]
version = "2.11"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.wide]
version = "0.7"
default-features = false

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

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