Uses [`blake3_compute_script_with_limb`].with limb length 29, see the documentation of it for more details
(message_len: usize)
| 360 | |
| 361 | /// Uses [`blake3_compute_script_with_limb`].with limb length 29, see the documentation of it for more details |
| 362 | pub 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 | /// |
no test coverage detected