Cargo Features

[dependencies]
bip329 = { version = "0.1.1", default-features = false, features = ["encryption", "uniffi"] }
default = encryption

The encryption feature is set by default whenever bip329 is added without default-features = false somewhere in the dependency tree.

encryption default

Enables age ^0.10 and hex

age:

encryption (feature)

Affects ffi::EncryptionError, error::EncryptionError, bip329::encryption

uniffi

Enables uniffi

uniffi (feature)

Affects error::ffi