Skip to content

Avoid a slice copy in send_relay_cell().

George Kadianakis requested to merge asn/arti:send-relay-cell-copy into main

Convert slice to array in the parent function instead of copying.

Merge request reports