Re: MAC Benchmark

2017-03-26 Thread Jeffrey Walton
On Sunday, March 26, 2017 at 12:37:55 PM UTC-4, Abderrahim HAJJI SOUALFI wrote: > > I tried to find how to add the other MAC algorithms/variants, but I didn’t > know how? > > regtest.cpp > Sorry I cannot help further. -- --

Re: MAC Benchmark

2017-03-26 Thread Abderrahim HAJJI SOUALFI
I tried to find how to add the other MAC algorithms/variants, but I didn’t know how? regtest.cpp -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to

Re: MAC Benchmark

2017-03-25 Thread Jeffrey Walton
On Sat, Mar 25, 2017 at 9:37 AM, Abderrahim HAJJI SOUALFI 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

MAC Benchmark

2017-03-25 Thread Abderrahim HAJJI SOUALFI
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).