I have a function which accepts byte array. I want to multiply each element of byte array to int array of size 8. How can i multiply element-by-element.
Here is the f