macro_rules! fast_hash { ($bytes:expr) => { ... }; }
Fast hash
use we_cdk::*; #[action] fn _constructor() { let hash: Binary = fast_hash!("hello"); }