Update benchmarks for new prototypes

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-04 17:19:18 +02:00
parent ed8a02bfae
commit cac5f7d737
2 changed files with 7 additions and 8 deletions

View file

@ -161,7 +161,7 @@ static void ecp_bench_case( size_t dp, const char *s, const char *m )
set_alarm( 3 );
for( i = 1; ! alarmed; i++ )
ecp_mul( &grp, &R, &M, &grp.G );
ecp_mul( &grp, &R, &M, &grp.G, NULL, NULL );
printf( "%9lu mul/s\n", i / 3 );