Using Buffer.from(Array) I can specify a byte array using hex. This only works, if each hex is a single byte, but some of the bytes belong together, making hard
Buffer.from(Array)