Cargo Features

IBE has no features set by default.

[dependencies]
ibe = { version = "0.3.0", features = ["boyen_waters", "cgw", "cgwfo", "cgwkv", "kv1", "waters", "waters_naccache", "mkem"] }
boyen_waters

Affects ibe::boyen_waters

cgw cgwfo?

Affects ibe::cgw

cgwfo = cgw

Affects kem::cgw_fo

cgwkv

Affects kem::cgw_kv

kv1

Affects kem::kiltz_vahlis_one

waters

Affects ibe::waters

waters_naccache

Affects ibe::waters_naccache

mkem = aes-gcm

Affects kem::mkem

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.

aes-gcm mkem?