Helper: create a hash filled with a single byte value.
(byte: u8)
| 755 | |
| 756 | /// Helper: create a hash filled with a single byte value. |
| 757 | fn make_hash(byte: u8) -> [u8; 32] { |
| 758 | [byte; 32] |
| 759 | } |
| 760 | |
| 761 | // ── Construction ─────────────────────────────────────────────── |
| 762 |
no outgoing calls