cons package:memory
prepend a single byte to a byte array
prepend a single byte to a byte array
A constant time equality test for 2 ByteArrayAccess values.
If values are of 2 different sizes, the function will abort early
without comparing any bytes.
compared to == , this function will go over all the bytes present
before yielding a result even when knowing the overall result early in
the processing.
returns the first byte, and the remaining bytearray if the bytearray
is not null
A constant time equality test for 2 Memory buffers
compared to normal equality function, this function will go over all
the bytes present before yielding a result even when knowing the
overall result early in the processing.