simplicityhl 0.7.0

Rust-like language that compiles to Simplicity bytecode.
Documentation
1
2
3
pub fn hash(x: u32, y: u32) -> u32 {
    jet::xor_32(x, y)
}