pub fn gen_empty_hashes<F: PrimeField, H: FieldHasher<F>, const N: usize>(
    hasher: &H,
    default_leaf: &[u8]
) -> Result<[F; N], Error>