Process time of the Skipjack and RC5
-
Any one has measured the process time of the Skipjack and RC5 in java implementation by n.s before?
-
Any one has measured the process time of the Skipjack and RC5 in java implementation by n.s before?
Bimbaa wrote:
Any one has measured the process time of the Skipjack and RC5 in java implementation by n.s before?
Nope. How about you try it?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Bimbaa wrote:
Any one has measured the process time of the Skipjack and RC5 in java implementation by n.s before?
Nope. How about you try it?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
Yes. i will do them as soon. I have tried implementation in java by DES and 3DES before. The enc/dec process speed of them were slower than implementation in any C prog language. if any one did imp. in java for the AES previous time, please show me the result of the process speed by n.s? DES enc: 804172 dec: 442647 3DES enc: 1604512 dec: 1214572 Maybe if someone tried them, please write process time here to compare it them. I think the time is defenced on your computer hardware also.