Efficiently compare byte arrays, using arraysEqual.
A byte array.
Another byte array.
true if the byte arrays have the same length and bytes, false otherwise.
true
false
Efficiently compare byte arrays, using arraysEqual.