Cargo Features

crypt_guard_sign has no features set by default.

[dependencies]
crypt_guard_sign = { version = "0.1.2", features = ["dilithium", "aes", "chacha20"] }
default

These default features are set whenever crypt_guard_sign is added without default-features = false somewhere in the dependency tree.

Enables pqcrypto-falcon

dilithium

Enables pqcrypto-dilithium

Features from optional dependencies

author = ["mm29942 <mm29942@pm.me>"]

See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

aes implicit feature

Enables aes

aes:

Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)

chacha20 implicit feature