How is the fastest way to change some bytes in array? I have this code:
But I'm looking for something faster. I tried to use direct access to memory via marshal, but it's much slower... Does anybody know faster way?Code:For i As Integer = 0 To x input(i) = input(i) Xor key(intKey) Next




Reply With Quote