Cargo Features
[dependencies]
p224 = { version = "0.13.2", default-features = false, features = ["std", "alloc", "arithmetic", "digest", "ecdh", "ecdsa", "pem", "pkcs8", "serde", "sha224", "test-vectors"] }
- default = arithmetic, ecdsa, pem, std
-
These default features are set whenever
p224
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of elliptic-curve
- alloc std
-
Enables alloc of elliptic-curve
- arithmetic default ecdh? ecdsa
-
Enables primeorder, arithmetic of elliptic-curve
Affects
p224::BlindedScalar
,p224::NonZeroScalar
,p224::PublicKey
… - digest sha224?
-
Enables digest and hazmat of ecdsa
optional dependencies
- ecdh = arithmetic
-
Enables ecdh of elliptic-curve
Affects
p224::ecdh
… - ecdsa default = arithmetic, sha224
-
Enables signing and verifying of ecdsa
Affects
ecdsa::SigningKey
,ecdsa::VerifyingKey
… - pem default = pkcs8
-
Enables pem of elliptic-curve
- pkcs8 pem
-
Enables pkcs8 of optional ecdsa and elliptic-curve
- serde = serdect
-
Enables serde of optional ecdsa, elliptic-curve, and optional primeorder
- sha224 ecdsa = digest, sha2
- test-vectors
-
Enables hex-literal
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.