mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 21:56:21 +01:00
Added a selftest about SPA resistance
This commit is contained in:
parent
9674fd0d5e
commit
b4a310b472
4 changed files with 98 additions and 1 deletions
|
|
@ -194,3 +194,10 @@ ecp_fast_mod:id:N
|
|||
ecp_group_free( &grp );
|
||||
}
|
||||
END_CASE
|
||||
|
||||
BEGIN_CASE
|
||||
ecp_selftest:
|
||||
{
|
||||
TEST_ASSERT( ecp_self_test( 0 ) == 0 );
|
||||
}
|
||||
END_CASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue