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

Function blake3_compute_script

bitvm/src/hash/blake3.rs:362–364  ·  view source on GitHub ↗

Uses [`blake3_compute_script_with_limb`].with limb length 29, see the documentation of it for more details

(message_len: usize)

Source from the content-addressed store, hash-verified

360
361/// Uses [`blake3_compute_script_with_limb`].with limb length 29, see the documentation of it for more details
362pub fn blake3_compute_script(message_len: usize) -> Script {
363 blake3_compute_script_with_limb(message_len, 29)
364}
365
366/// Returns a script that verifies the BLAKE3 output on the stack.
367///

Callers 2

hash_n_bytesFunction · 0.85
blake3.rsFile · 0.85

Calls 1

Tested by

no test coverage detected