rac70
Newbie level 6
hi,
anyone help me with this parallel execution. i had x bytes of data which is of very huge size, in that data i have to take each 16 bytes of data and perform xor operation with aes encrypted counter.
here for each case the counter gets incremented and i.e encrypted.
that particular encrypted result will be xored with the 16 bytes of data. this is a kind of // execution so, what is the best way of designing it.
please provide your ideas which is more valuable.
anyone help me with this parallel execution. i had x bytes of data which is of very huge size, in that data i have to take each 16 bytes of data and perform xor operation with aes encrypted counter.
here for each case the counter gets incremented and i.e encrypted.
that particular encrypted result will be xored with the 16 bytes of data. this is a kind of // execution so, what is the best way of designing it.
please provide your ideas which is more valuable.