MCPcopy Create free account
hub / github.com/BitVM/BitVM / test_max_length

Function test_max_length

bitvm/src/hash/blake3.rs:467–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465
466 #[test]
467 fn test_max_length() {
468 let message = [0x00; 1024];
469 let expected_hash = *blake3::hash(&message).as_bytes();
470 verify_blake_output_with_limbs(&message, expected_hash, &USEFUL_LIMB_LENGTHS);
471 }
472
473 #[test]
474 #[should_panic(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected