Expand description
Constant folding: Pre-compute common hash results
Caches common hash pre-images for constant folding.
Constants§
- EMPTY_
STRING_ DOUBLE_ HASH - Pre-computed: Double SHA256 of empty string
- EMPTY_
STRING_ HASH - Pre-computed: SHA256 of empty string
Functions§
- is_
empty_ double_ hash - Check if input matches empty string double hash (constant folding)
- is_
empty_ hash - Check if input matches empty string hash (constant folding)
- is_
zero_ hash - Constant-fold: Check if hash is zero (all zeros)