Cargo Features
[dependencies]
swiftness_fri = { version = "0.1.2", default-features = false, features = ["std", "keccak_160_lsb", "keccak_248_lsb", "blake2s_160_lsb", "blake2s_248_lsb", "test_fixtures"] }
- default = keccak_160_lsb, std
-
These default features are set whenever
swiftness_fri
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables thiserror ^1.0.61, std of starknet-core ^0.11.1, starknet-crypto, swiftness_commitment, and swiftness_transcript
Affects
config::Error
,fri::Error
… - keccak_160_lsb default
-
Enables keccak_160_lsb of swiftness_commitment
- keccak_248_lsb
-
Enables keccak_248_lsb of swiftness_commitment
- blake2s_160_lsb
-
Enables blake2s_160_lsb of swiftness_commitment
- blake2s_248_lsb
-
Enables blake2s_248_lsb of swiftness_commitment
- test_fixtures