On Sat, Mar 25, 2017 at 9:37 AM, Abderrahim HAJJI SOUALFI
<hajji...@gmail.com> wrote:
> Hi,
>
> I did the global benchmark: “cryptest.exe b 3 2.0 > benchmark.html”.
>
> I want to know how to do a benchmark of the all MAC(message authentication
> code) algorithms: HMAC, CMAC, GMAC, VMAC, … , and its variants (HMAC:
> HMAC-SHA-1, HMAC-SHA-224, HMAC-SHA-256, HMAC-SHA-384 and HMAC-SHA-512).
>
> I added some lines, in bench1.cpp file, to have all the MAC statistics, but
> the Benchmark stopped with an exception message (“CryptoPP::Exception
> caught: ObjectFactoryRegistry: could not find factory for algorithm
> HMAC(SHA265)”).
>
> I want to do a performance comparison to choose the right MAC algorithm for
> my Ad Hoc network(OLSR protocol).

The algorithms used by the benchmarks are registered by name in regtest.cpp.

Also see https://github.com/weidai11/cryptopp/commit/ce38a411fc5324a2
and https://github.com/weidai11/cryptopp/commit/ef7a6a2f4e1ad29d for
some similar check-ins.

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to