libbucharesthashing 0.1.12

libbucharesthashing contains the proving Arbitrum Stylus smart contract, and the prover function.
Documentation
[[bin]]
name = "bucharesthashing"
path = "src/main.rs"

[dependencies.alloy-primitives]
default-features = false
features = ["native-keccak"]
version = "=0.8.20"

[dependencies.alloy-sol-types]
default-features = false
version = "=0.8.20"

[dependencies.array-concat]
version = "0.5.5"

[dependencies.mini-alloc]
version = "0.8.3"

[dependencies.siphasher]
default-features = false
version = "1.0.1"

[dependencies.stylus-sdk]
version = "0.8.3"

[dependencies.tiny-keccak]
version = "2.0.2"

[dev-dependencies.const-hex]
version = "1.14.0"

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

[dev-dependencies.stylus-sdk]
features = ["stylus-test"]
version = "0.8.3"

[features]
contract-prover = []
contract-verifier = []
debug = ["stylus-sdk/debug"]
factory-prover = []

[lib]
crate-type = ["lib", "cdylib"]
name = "libbucharesthashing"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "libbucharesthashing contains the proving Arbitrum Stylus smart contract, and the prover function."
edition = "2021"
homepage = "https://ethbucharest.superposition.so"
keywords = ["arbitrum", "ethereum", "stylus", "alloy"]
license = "MIT"
name = "libbucharesthashing"
readme = "README.md"
repository = "https://github.com/af-afk/ethbucharest.bayge.xyz"
version = "0.1.12"

[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"
strip = true