fuzzytags 0.4.0

a probabilistic cryptographic structure for metadata resistant tagging
Documentation
[[bench]]
harness = false
name = "fuzzy_tags_benches"
[dependencies.bit-vec]
version = "0.6.3"

[dependencies.brute-force]
features = ["curve25519"]
optional = true
version = "0.1.0"

[dependencies.curve25519-dalek]
features = ["serde"]
version = "3.0.0"

[dependencies.hex]
version = "0.4.2"

[dependencies.rand]
version = "0.7.3"

[dependencies.rayon]
optional = true
version = "1.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.123"

[dependencies.sha3]
version = "0.9.1"
[dev-dependencies.bincode]
version = "1.3.1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[dev-dependencies.serde_json]
version = "1.0.61"

[features]
bulk_verify = ["rayon"]
entangled = ["brute-force"]

[package]
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
description = "a probabilistic cryptographic structure for metadata resistant tagging"
edition = "2018"
keywords = ["fuzzytags", "privacy", "metadata-resistance", "ristretto", "cryptography"]
license = "MIT"
name = "fuzzytags"
repository = "https://git.openprivacy.ca/openprivacy/fuzzytags"
version = "0.4.0"