[][src]Constant ckb_hash::BLANK_HASH

pub const BLANK_HASH: [u8; 32];

The hash output on empty input.

Examples

use ckb_hash::{BLANK_HASH, blake2b_256};

assert_eq!(BLANK_HASH, blake2b_256(&b""));