Avoid a slice copy in send_relay_cell().
Compare changes
Files
2+ 3
− 2
@@ -8,6 +8,7 @@
@@ -159,7 +160,7 @@ impl OutboundClientCrypt {
@@ -171,7 +172,7 @@ impl OutboundClientCrypt {
Convert slice to array in the parent function instead of copying.