Cargo Features

[dependencies]
entropy-tss = { version = "0.5.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 ^0.0.3

std default production?

Enables std of sp-core ^36.1.0

unsafe
production = std

Enables production of entropy-client

entropy-client:

Causes TDX quotes to be verified

and production of entropy-shared

Entropy

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