Minor fixups and doc updates.

This commit is contained in:
2025-12-29 02:03:32 -07:00
parent ddf44d7e33
commit f80204aced
7 changed files with 46 additions and 23 deletions

View File

@@ -63,7 +63,6 @@ fn test_golden_tests() -> Result<()> {
let mut s: [u8; 64] = [0; 64];
while i < golden_tests.len() {
eprintln!("golden test: {:}", i);
h.update(golden_tests[i].input)?;
h.finalize(&mut d)?;
hexstr(&d, &mut s);