We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebf258 commit 28b4db2Copy full SHA for 28b4db2
src/tests.rs
@@ -349,18 +349,6 @@ fn outboard_wrong_hash() {
349
assert_eq!(expected, actual);
350
}
351
352
-// #[test]
353
-// #[ignore]
354
-// fn wrong_hash_small() {
355
-// let start_chunk = 3;
356
-// let len = 2049;
357
-// let is_root = false;
358
-// let data = make_test_data(len);
359
-// let expected = recursive_hash_subtree(start_chunk, &data, is_root);
360
-// let actual = blake3::hazmat::hash_subtree(start_chunk, &data, is_root);
361
-// assert_eq!(expected, actual);
362
-// }
363
-
364
// create the mapping from a node number to the offset in the pre order traversal,
365
// using brute force lookup in the bao output
366
fn create_permutation_reference(size: usize) -> Vec<(TreeNode, usize)> {
0 commit comments