pub const BLANK_HASH: [u8; 32];
The hash output on empty input.
use ckb_hash::{BLANK_HASH, blake2b_256}; assert_eq!(BLANK_HASH, blake2b_256(&b""));