mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Update benchmarks for new prototypes
This commit is contained in:
parent
ed8a02bfae
commit
cac5f7d737
2 changed files with 7 additions and 8 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue