Skip to content

Commit

Permalink
export ENABLE_KECCAK flag in the root of crate
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Dec 5, 2024
1 parent 1d5722c commit 7f10454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub use allocator::{Allocator, Atom, NodePtr, SExp};
pub use chia_dialect::ChiaDialect;
pub use run_program::run_program;

pub use chia_dialect::{LIMIT_HEAP, MEMPOOL_MODE, NO_UNKNOWN_OPS};
pub use chia_dialect::{ENABLE_KECCAK, LIMIT_HEAP, MEMPOOL_MODE, NO_UNKNOWN_OPS};

#[cfg(feature = "counters")]
pub use run_program::run_program_with_counters;
Expand Down

0 comments on commit 7f10454

Please sign in to comment.