Constant ckb_hash::BLANK_HASH[][src]

pub const BLANK_HASH: [u8; 32];
Expand description

The hash output on empty input.

Examples

use ckb_hash::{BLANK_HASH, blake2b_256};

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