Cargo Features

[dependencies]
entropy-tss = { version = "0.4.0-rc.1", default-features = false, features = ["std", "unsafe", "production", "bob", "test_helpers", "wasm_test", "reshare-test"] }
default = std

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

Enables tdx-quote

std default production?

Enables std of sp-core ^31.0.0

unsafe
production = std

Enables configfs-tsm and production of entropy-shared

Entropy

Affects api::create_quote, api::get_measurement_value, api::get_pck

alice bob
test_helpers

Enables project-root

wasm_test

Enable this feature to run the integration tests for the wasm API of entropy-protocol This requires the entropy-protocol node-js module to be built and so is not run by default

reshare-test

Sets a shorter session duration for the entropy-tss test_reshare_e2e