Cargo Features

Libqabu has no features set by default.

[dependencies]
libqabu = { version = "0.2.9", features = ["std", "all", "ciphers", "block_ciphers", "stream_ciphers", "assymetric_ciphers", "rijndael", "des", "desede", "camellia", "chacha20", "blowfish", "digests", "md5", "modes", "ofb", "shred", "apn"] }
std all?

Affects result::formatter

all = apn, ciphers, digests, modes, shred, std
ciphers all? = block_ciphers, stream_ciphers
block_ciphers ciphers? = aria, blowfish, camellia, des, rijndael, threefish, twofish
stream_ciphers ciphers? = chacha20, salsa20
assymetric_ciphers = apn
rijndael block_ciphers?
des block_ciphers? desede?
desede = des
twofish threefish aria camellia block_ciphers?
salsa20 chacha20 stream_ciphers?
blowfish block_ciphers?
digests all? = md5
md5 digests?
modes all? = cbc, cfb, ctr, ecb, ofb, pcbc
ecb cbc ctr cfb pcbc ofb modes?
shred all?

Affects libqabu::shred

apn all? assymetric_ciphers?

Affects libqabu::num