[package]
name = "equix"
version = "0.2.2"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <beth@torproject.org>"]
edition = "2021"
rust-version = "1.77"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Asymmetric function for client puzzle protocols"
keywords = ["cryptography"]
categories = ["cryptography"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
license = "LGPL-3.0-only"
[features]
default = ["compiler"]
full = ["compiler", "hashx/full"]
compiler = ["hashx/compiler"]
experimental = ["bucket-array"]
bucket-array = ["__is_experimental"]
__is_experimental = []
[dependencies]
arrayvec = "0.7.4"
hashx = { path = "../hashx", version = "0.2.1", default-features = false }
num-traits = "0.2.15"
thiserror = "2"
visibility = "0.1.0"
[dev-dependencies]
permutohedron = "0.2.4"