Repro - this code when `blake2s_finalize` is not in the scope: ```cairo assert_eq!( blake2s_finalize(state, byte_count, msg).unbox(), [ 0x7a59305, 0x56b8b489, 0xbe3bb37e, 0x58ec6ba0, 0x2f53d5d3, 0x26cd7988, 0xde14c740, 0x3e3f372e, ], ); ```