diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index a902443d58..18495b0d75 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -103,6 +103,7 @@ secp256r1 = ["dep:p256"] # Enables the KZG point evaluation precompile. c-kzg = ["dep:c-kzg", "revm-primitives/c-kzg"] +# `kzg-rs` is not audited but useful for `no_std` environment, use it with causing and default to `c-kzg` if possible. kzg-rs = ["dep:kzg-rs", "revm-primitives/kzg-rs"] portable = ["revm-primitives/portable", "c-kzg?/portable"]