Added a selftest about SPA resistance

This commit is contained in:
Manuel Pégourié-Gonnard 2012-11-13 20:57:00 +01:00 committed by Paul Bakker
parent 9674fd0d5e
commit b4a310b472
4 changed files with 98 additions and 1 deletions

View file

@ -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