Cargo Features

SRE has no features set by default.

[dependencies]
sre = { version = "0.2.0", features = ["bloom-h", "ggm-key-derive", "symm-enc"] }
bloom-h = siphasher

Affects bloom::bloom_h_impl

ggm-key-derive = hmac, sha2

Affects multi_punc_prf::ggm_key_derive_impl

symm-enc = crypto_secretbox

Affects symm_enc::symm_enc_impl

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.

siphasher bloom-h?

Enables siphasher ^0.3.10

hmac ggm-key-derive?
sha2 ggm-key-derive?
crypto_secretbox symm-enc?