Cargo Features

hermit-toolkit-crypto has no features set by default.

[dependencies]
hermit-toolkit-crypto = { version = "0.1.0", features = ["hash", "rand", "ecc-secp256k1"] }
hash = sha2
rand = rand_chacha, rand_core
ecc-secp256k1 = secp256k1

Affects hermit-toolkit-crypto::secp256k1

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rand_chacha rand?

Enables rand_chacha ^0.2.2

rand_core rand?

Enables rand_core ^0.5.1

sha2 hash?

Enables sha2 ^0.9.1

secp256k1 ecc-secp256k1?

Enables secp256k1 ^0.21.3