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 29a033c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ 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, ENABLE_KECCAK_OPS_OUTSIDE_GUARD, LIMIT_HEAP, MEMPOOL_MODE, NO_UNKNOWN_OPS,
};

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

0 comments on commit 29a033c

Please sign in to comment.