vale
Advanced Member level 4
sha in asm
I want to evaluate the features of my 32-bit cpu. Who can
show me the SHA-1 code size and its running time on ARM or MIPS? Thanks in advance.
ps.
SHA-1 benchmark result on my cpu:
83 instructions (each instruction is 1 word(32-bit) length), including
initialization for H, excluding data padding.
about 2500 clock cycles to process 1 block (512-bit). i.e., for 40 MHz
working clock. 62.5us per block or 1M bytes/sec
I want to evaluate the features of my 32-bit cpu. Who can
show me the SHA-1 code size and its running time on ARM or MIPS? Thanks in advance.
ps.
SHA-1 benchmark result on my cpu:
83 instructions (each instruction is 1 word(32-bit) length), including
initialization for H, excluding data padding.
about 2500 clock cycles to process 1 block (512-bit). i.e., for 40 MHz
working clock. 62.5us per block or 1M bytes/sec