fixed h14

Minor fix
This commit is contained in:
jonesmarvin8 2025-07-24 17:03:17 -04:00
parent 7c96584d2c
commit 958bd2869d

View File

@ -32,7 +32,7 @@ fn main() {
let h11 = Impl::hash_pair(&h1, &h2);
let h12 = Impl::hash_pair(&h3, &h4);
let h13 = Impl::hash_pair(&h5, &h6);
let h14 = Impl::hash_pair(&h7, &h7);
let h14 = Impl::hash_pair(&h7, &h8);
let h21 = Impl::hash_pair(&h11, &h12);
let h22 = Impl::hash_pair(&h13, &h14);