Cargo Features

supraseal-c2 has no features set by default.

[dependencies]
supraseal-c2 = { version = "0.1.0", features = ["portable", "force-adx", "quiet"] }
portable

Compile in portable mode, without ISA extensions.
Binary can be executed on all systems.

Enables portable of blst

force-adx

Enable ADX even if the host CPU doesn't support it.
Binary can be executed on Broadwell+ and Ryzen+ systems.

Enables force-adx of blst

quiet