On Oct 13, 7:57 am, Srivalli <[email protected]> wrote:
> Hi All,
>
> Can I get the test suite details for RSA-1024, RSA-2048 runs on both
> X86, ARM?
http://www.cryptopp.com/docs/ref/validat1_8cpp_source.html
00100     pass=ValidateDH() && pass;
00101     pass=ValidateMQV() && pass;
00102     pass=ValidateRSA() && pass;
00103     ...

http://www.cryptopp.com/docs/ref/validat2_8cpp_source.html:
00256 bool ValidateRSA()
00257 {
00258     cout << "\nRSA validation suite running...\n\n";
00259     ...

I believe there are some encoded data files. Check in TestData/ or
TestVectors/.

For ARM, you will probably need a patch. Windows Mobile is located at
http://www.cryptopp.com/wiki/Windows_mobile; iOS is located at
http://www.cryptopp.com/wiki/Ios. There is nothing for Android as far
as I know (Google changed the build system, no one has taken the tie
to do a port).

> I am just wondering about the performance numbers given on
> ARM versus X86 processor. Did you run RSA on multicore ARM, as I see
> lot of parallelism in RSA algorithm which we can utilize to reduce the
> run time. Are these results based on the runs on multi core or its a
> single core?
There are a few benchmarking pages (including Crypto++ at
http://www.cryptopp.com/benchmarks.html). But they seem to focus on
x86/x64 hardware.

Jeff

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to