Search found 1 match

by bbutler@heads-up.com
Tue Jul 26, 2011 7:23 pm
Forum: AES Crypt
Topic: Execution times on an ARM9 (DM368)
Replies: 8
Views: 15051

Execution times on an ARM9 (DM368)

I was using Aescrypt to gather some timing data on AES. I was a little shocked at how long it took to encrypt / decrypt a file.

I compiled using Codesourcery ARM compiler with -o2 options (which cut my initial times in half)..


On a ARM 9 running 432Mhz (~500MIPS)

My results were
4 Meg file ~ 8 ...