Cargo Features

tor-hscrypto has no features set by default.

[dependencies]
tor-hscrypto = { version = "0.24.0", features = ["memquota-memcost", "ope", "pow-v1", "full", "pow-full", "experimental"] }
memquota-memcost full? = derive-deftly, tor-memquota

Enables memquota-memcost of tor-llcrypto and tor-units

ope full? = cipher, zeroize

Affects tor-hscrypto::ope

pow-v1 experimental? pow-full? = arrayvec, blake2, equix

Onion service proof of work schemes

full = memquota-memcost, ope

Enables full of optional equix, safelog, tor-basic-utils, tor-bytes, tor-error, tor-llcrypto, optional tor-memquota, and tor-units

pow-full experimental? = pow-v1
experimental = pow-full, pow-v1

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

arrayvec pow-v1?
blake2 pow-v1?
cipher ope?
derive-deftly memquota-memcost?
equix pow-v1?
tor-memquota memquota-memcost?
zeroize ope?